Author: Juergen Wondzinski
Posted: 2001-08-15 at 18:48:38
Hi Richard,
Maybe you should rebuild the Index? Have you used a collatesquence in 2.6?
ÃÂ Servus
ÃÂ ÃÂ ÃÂ wOOdy
ÃÂ |_/| ---- ProLib - programmers liberty -----
ÃÂ (.. ) Our 5ÃÂ MVPs make the Fox run... See us
ÃÂ - /ÃÂ at www.prolib.de or www.AFPages.com
-----Original Message-----
From: profox@leafe.com [mailto:profox@leafe.com]On Behalf Of Richard
Milner
Sent: Wednesday, August 15, 2001 5:15 PM
To: Multiple recipients of ProFox
Subject: error 1104 foxpro2.6 file read from vfp 6.0
I am getting an error on certain occasions reading a free table in foxpro
2.6 from a vfp 6.0 application.
It is error 1104 and occurs on a seek statement (see example code snippet
below).
Any ideas? The file is based accross a network from the system reading it.
******************************************
local ll_Result
ll_Result = .F.
Use \networkmapping ableX Alias tableX_26 Order key Shared
Select tableX_26
set order to key
ll_Result = Seek ([FRED])
***********************************
Error returned.
Error reading file. (1104) given for file tableX_26 at the line
"ll_Result = Seek ([FRED])".