I use the connect string format from this site:
http://www.connectionstrings.com/default.aspx?carrier=postgresql
I am using VB6 with ADO. when I try to connect I got this error:
FATAL: no pg_hba.conf entry for host "192.168.0.5", user "postgres",
database "test", SSL off
VB code:
Set catObj = New ADOX.Catalog
catObj.ActiveConnection =
"Driver={PostgreSQL};Server=192.168.0.5;Port=5432;Database=test;Uid=postgres;Pwd=fishing;"
thank you for any one who can help.
--
FishingGuy DeleteThis @discussions.microsoft