PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Postgres connection
Postgres connection
Iniciado por Zuna, 23,ene. 2020 15:03 - 2 respuestas
Miembro registrado
1 mensaje
Publicado el 23,enero 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.
Miembro registrado
27 mensajes
Publicado el 08,noviembre 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.
Miembro registrado
27 mensajes
Publicado el 09,noviembre 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.