>>ITEM : R00070
>>DATE: 07/01/96
>>TYPE: Information
>>TITLE: RaSQL/B error: can't find file RASQL.ERR
>>PRODUCT(S):
RaSQL/B 6.1x for Clipper
RaSQL/B 2.1 for FoxPro DOS
RaSQL/B 2.1 for FoxPro Windows
>>PLATFORM(S):
>>SUMMARY:
Program generates error "Cannot find file RASQLB.ERR" even though
N_XPATH has been set to the proper directory.
>>MORE INFORMATION:
RASQL.ERR contains the list of translations of error numbers to
error text. It must be in either the current directory or within
the FoxPro or Clipper SET PATH command. Using N_XPATH() is not
sufficient, nor is setting DOS PATH= sufficient.
>>RESOLUTION/FIX:
N_XPATH() should no longer be used. Use the Clipper or FoxPro
SET PATH command instead.
In addition, make sure you have patched up to the latest release
of RaSQL/B 2.1x or 6.1x.
>>EXAMPLE(S):
* assume RASQL.ERR is in directory F:\APPL\DATA
* old way:
N_XPATH("F:\APPL\DATA")
* new correct way:
SET PATH TO F:\APPL\DATA
>>SEE ALSO: R00024
>>COPYRIGHT 1997 Communication Horizons
All rights reserved worldwide.
No distribution without specific consent of publisher.
Knowledgebase
Top Home