PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → Postgres connection
Postgres connection
Started by Zuna, Jan., 23 2020 3:03 PM - 2 replies
Registered member
1 message
Posted on January, 23 2020 - 3:03 PM
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.
Registered member
27 messages
Posted on November, 08 2020 - 2:31 PM
I would like also explanation of Native access to postgres.

I am getting error 22.






Can somebody offer solution?

I am using webdev 19.
Registered member
27 messages
Posted on November, 09 2020 - 2:03 PM
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.