> When trying to connect to the postgreSQL database through ODBC, I get an error
> "Unknown username or password. Password crypt authentication not supported.
> (errcode 13095)"
> I can assume ODBC do not support password crypting. Does that mean I cannot
> connect through ODBC, or there's anoth
When trying to connect to the postgreSQL database through ODBC, I get an error
"Unknown username or password. Password crypt authentication not supported.
(errcode 13095)"
I can assume ODBC do not support password crypting. Does that mean I cannot
connect through ODBC, or there's another way?
--
This message was sent from Geocrawler.com by "Elard Vermeulen" <[EMAIL PROTECTED]>
Be sure to reply to that address.
hi,
I am trying to connect to my server using ODBC version 06.40.0006.
everything works fine when i set my pg_hba.conf to:
host dbname 195.195.195.195 255.255.255.255 trust
but