- Olan Knight
- PowerBuilder
- Friday, 11 June 2021 08:44 PM UTC
PB2019R3, build 2703
I read through the previous post on this topic:
https://community.appeon.com/index.php/qna/q-a/dsn-less-connection-postgresql-solved
This was the template solution listed:
Sqlca.DBMS =ODBC
Sqlca.DBParm="Driver={PostgreSQL ODBC Driver(UNICODE)};DATABASE=db;SERVER=192.168.x.x;PORT=5432;UID=postgres;PWD=pass";
I tried to implement it, but I'm still getting prompted to connect to a DSN when the CONNECT command is called.
What am I doing wrong?
Yes, I removed the braces! :)
All of the Registry entries exist:
Even when I simplify the connection object SQLCA to the point of minimal, the same thing occurs:
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.