Thank u for ur quick reply..
For dumping to the database i have created one batch file that will call the sql file. the batch file i have written is
set PGPASSWORD=Abc_123
cd\
C:
cd C:\postgres\bin
psql -h localhost -p 5432 -U postgres -f "D:\Application\CreateDatabase.sql"
By running this is...
Hi,
I have one application in that i am using postgreSql as database. I need to authenticate postgreSql while installing the application then only i can dump to the database. I am using installshield for making the setup. Anybody knows how to authenticate using any API or throug batch file...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.