PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Postgres connection
Postgres connection
Débuté par Zuna, 23 jan. 2020 15:03 - 2 réponses
Membre enregistré
1 message
Posté le 23 janvier 2020 - 15:03
Can someone please be so kind as to explain the process of performing the native access to Postgres.
Which DLL's are needed and where should they be located?
Connection through analysis is working but in my code HDescribeConnection keepss throwing missing DLL errors without specifying which ones they are.
Membre enregistré
27 messages
Posté le 08 novembre 2020 - 14:31
I would like also explanation of Native access to postgres.

I am getting error 22.






Can somebody offer solution?

I am using webdev 19.
Membre enregistré
27 messages
Posté le 09 novembre 2020 - 14:03
Found the solution, apparently Webdev do not support native autentification method from Postgres, and it is necessary to change it to MD5, which is more unsecure, but it works. That need to change in configuration files in Postgres and than again change postgres password. Hope it will help somebody with same error.