Rajesh Karunakaran
Programmer
Hi,
Is there a way to connect to PostgresSql directly using a connection string?
Sql servers, we connect something similar to
Is there a similar way for PostgresSql ?
This is a local connection, ie the application and PostgresSql database are in same pc.
Thanks
Rajesh
Is there a way to connect to PostgresSql directly using a connection string?
Sql servers, we connect something similar to
Code:
lCnStr = "Driver={SQL Server};Server=localhost\mssqlexp;Database=TestDb;Uid=sa;Pwd=sa11111;'
lStatus = SQLSTRINGCONNECT(lCnStr)
Is there a similar way for PostgresSql ?
This is a local connection, ie the application and PostgresSql database are in same pc.
Thanks
Rajesh