PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV 2024 → Postgres connection
Postgres connection
Iniciado por Zuna, jan., 23 2020 3:03 PM - 2 respostas
Membro registado
1 mensagem
Publicado em janeiro, 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.
Membro registado
27 mensagems
Publicado em novembro, 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.
Membro registado
27 mensagems
Publicado em novembro, 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.