Home

Communication Horizons
established 1986

Home
Contact

 

Knowledgebase Index
About Us
Contact
Legacy Products


Communication Horizons
65 High Ridge Rd. #428
Stamford CT 06905

info@netlib.com

800-480-1604
203-321-1278
fax  286-1056

       

Knowledgebase


>>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

 

© Copyright 2001 Communication Horizons LLC.
“NetLib” and “Encryptionizer” are Registered Trademarks of Communication Horizons.
US and international patents pending.
Updated 29 Dec 2001