Hi there,
I would like to use the connector to connect with a PostgreSQL database. The PostgreSQL database is using trust as authorization methode. So in the SetDbLogin I hand over NULL for the const char *passwd argument.
But I still can not connect to the database. getMessage() give back Unsupported auth method.
The database say canceling authentication due to timeout. The timeout for the authentication on the server is set to one minute.
Anyone has an idea, what could be the problem?
Thanks for your help!
Yannik
Hi there, I would like to use the connector to connect with a PostgreSQL database. The PostgreSQL database is using
trust
as authorization methode. So in theSetDbLogin
I hand overNULL
for theconst char *passwd
argument. But I still can not connect to the database.getMessage()
give backUnsupported auth method
. The database saycanceling authentication due to timeout
. The timeout for the authentication on the server is set to one minute. Anyone has an idea, what could be the problem? Thanks for your help! Yannik