
March 3rd, 2008, 03:57 PM
|
|
Registered User
|
|
Join Date: Mar 2008
Posts: 1
Time spent in forums: 25 m 15 sec
Reputation Power: 0
|
|
|
Connecting via Network Path
I am trying to connect to Postgre DB in VB but with a network path not IP. I have been tried using the info at connectionstringscom
With SQL Server Express I used
dBase.Open "Driver={SQL Native Client};Server=DELLSERVER\SQLEXPRESS;Database=TestDB;Uid=DELLSERVER\Administrator;Pwd=mypassword;Tru sted_Connection=yes;"
Can someone please help me change this connection string to PostgreSQL. I was able to connect to it with the IP but I need to connection with the network path not IP.
|