PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV (versiones precedentes) → Error 70205
Error 70205
Iniciado por Antonio Díaz, 31,ene. 2024 22:40 - No hay respuesta
Miembro registrado
71 mensajes
Popularité : +2 (2 votes)
Publicado el 31,enero 2024 - 22:40
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.