Rohit Prakash Khare wrote:
I want to use the following features of PostgreSQL from within VB.NET 2003: Vacuum, Analyze, ReIndex. Is there any way to write a VB.NET code to do the following tasks?
Is there some reason why you can't issue SQL with "VACCUM", "ANALYSE" and "REINDEX"?
-- Richard Huxton Archonet Ltd