>>ITEM: R00024
>>DATE: Feb. 23, 1996
>>TYPE: Information
>>TITLE: RaSQL/B can't find Btrieve file even with N_XPATH set correctly
>>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 cannot find Btrieve file even though N_XPATH() has been
set to the correct directory.
>>MORE INFORMATION:
>>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.
>>EXAMPLE(S):
* assume files are in directory F:\APPL\DATA
* old way:
N_XPATH("F:\APPL\DATA")
USE VIA or N_XUSE
* new correct way:
SET PATH TO F:\APPL\DATA
USE VIA or N_XUSE
>>SEE ALSO: R00070
>>COPYRIGHT 1997 Communication Horizons
All rights reserved worldwide.
No distribution without specific consent of publisher.
Knowledgebase
Top Home