
Trying connect to Postgres DB
Steps:
Any help would be appreciated.
Connection string for "Microsoft OLEDB Providers for ODBC Drivers" should be in format:
"Provider=MSDASQL;DSN=dsnName;UID=MyUserID;PWD=MyPassword;"
or
"[Provider=MSDASQL;] DRIVER={PostgreSQL}; SERVER=server;DATABASE=database; UID=MyUserID; PWD=MyPassword"
What is yours (without username and password)?