PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV (versões anteriores) → Error 70205
Error 70205
Iniciado por Antonio Díaz, jan., 31 2024 10:40 PM - Sem resposta
Membro registado
71 mensagems
Popularité : +2 (2 votes)
Publicado em janeiro, 31 2024 - 10:40 PM
Hi guys,

I am going crazy with error 70205 when trying to read a record. I've tried it with MS SQL (using ODBC) and realized after much research that I cannot use some H functions with ODBC.

So I switched to PostgreSQL, thinkin it would work since there is a native driver. But to my surprise, I keep getting the same error. Here is my code:

HSeekFirst(MyFile,SomeField,SomeValue)
IF HFound() = True THEN
HRead(MyFile, HRecNum()) *** THIS IS WHERE I GET THE ERROR (NO CURRENT RECORD HAS BEEN DEFINED)

The record is found but the HRead Error still happens. Please help!.. :-(

--

Antonio Diaz
Emphasys Software, S.C.