>>ITEM: R00107
>>DATE: 08/28/96
>>TYPE: Information
>>TITLE: Btrieve error 3 (file not open)
>>PRODUCT(S):
RaSQL/B 6.1x for Clipper
RaSQL/B 2.1x for FoxPro DOS
RaSQL/B 2.1x for FoxPro Windows
>>PLATFORM(S):
Btrieve (all versions)
>>SUMMARY:
Program receives Btrieve error 3 (sometimes returned as
error 100003). Error means "File not open".
>>MORE INFORMATION:
Usually occurs when one Btrieve-based program calls another
Btrieve-based program.
>>RESOLUTION/FIX:
Refer to N_XNORESET() in the RaSQL/B manual. Supported only in
RaSQL/B 6.1 or later (Clipper) or RaSQL/B 2.1 or later (FoxPro).
>>EXAMPLE(S):
* Clipper
N_XNORESET(.T.)
N_XLOGIN()
* FoxPro
_NOLOGIN_ = .T.
SET LIBRARY TO RQBF25
=N_XNORESET(.T.)
=N_XLOGIN()
RELEASE _NOLOGIN_
>>SEE ALSO:
>>COPYRIGHT 1997 Communication Horizons
All rights reserved worldwide.
No distribution without specific consent of publisher.
Knowledgebase
Top Home