10-15-2013 04:29 AM
I cann't connect to PostgreSQL.
I have database_connectivity_toolkit, and thy to connect PostgreSQL with ODBC driver, but have a error:
Also I have LabSQL. And when I try connect with next string: "Driver={PostgreSQL};Server=localhost;Port=5432;Database=postgres;Uid=postgres;Pwd=mypass;"I also have error:
I cann't find good information about this in internet and don't know what to do. Help me.
10-15-2013 05:28 AM
Try using connection string, http://www.connectionstrings.com/postgresql/. Input string to connection information.
10-15-2013 06:20 AM