Thread: Vacuum, Analyze, ReIndex from within VB.NET 2003

Vacuum, Analyze, ReIndex from within VB.NET 2003

From
"Rohit Prakash Khare"
Date:
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?

Sign Up for your FREE eWallet at www.wallet365.com


Re: Vacuum, Analyze, ReIndex from within VB.NET 2003

From
Richard Huxton
Date:
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