PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV (earlier versions) → Error 70205
Error 70205
Started by Antonio Díaz, Jan., 31 2024 10:40 PM - No answer
Registered member
71 messages
Popularité : +2 (2 votes)
Posted on January, 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.