
Record Retrival Error Help???
Quote:
> I have just started getting this error
> Record Retrival Error
> 1013 and 2172
> C55d TPS Files Networked app
> W2K Sp2
> Has anyone experienced this and how do
> I resolve this?
Very long time ago I had similar problem by my self. I did have one instance
to access (.mdb) file which were open all the time (1st mistake!) via odbc and
browse window.
My app also did process several topspeed files (.tps) open all the time (2nd mistake!)
After few weeks continuous processing I started to get "record retrival" errors.
Fix I made was OPEN/CLOSE handling for the files. I initialized inner "pointer"
for the access file and started to make OPEN and processing from the saved "pointer".
This did settle down my app against above error for good.
Regards,
Ville