|
| |
Knowledgebase
>>ITEM : N00106 >>DATE: 08/26/96 >>TYPE: Bug
>>TITLE: N_XSELECT("alias") fails to find open file
>>PRODUCT(S):
RaSQL/B 6.1, 6.1a, 6.1b, 6.1c for Clipper
RaSQL/B 2.1, 2.1a, 2.1b, 2.1c for FoxPro DOS
RaSQL/B 2.1, 2.1a, 2.1b, 2.1c for FoxPro Windows
>>PLATFORMS(S):
>>SUMMARY:
N_XSELECT("alias") returns zero (0) even though a valid alias was
specified.
>>MORE INFORMATION:
This is a minor bug and will be fixed in the next maintenance
release. A workaround is provided below.
This bug affects only the library call. It does not affect the
Clipper RDD.
>>RESOLUTION/FIX:
Make sure to specify the Btrieve file in all upper case in N_XUSE, i.e.,
N_XUSE(UPPER(cFilename),UPPER(cStructrure))
>>EXAMPLE(S):
cFilename = "client.dta"
N_XUSE(cFilename, ...)
? N_XSELECT("CLIENT") && returns zero
N_XUSE(UPPER(cFilename), ...)
? N_XSELECT("CLIENT") && returns correct area
>>SEE ALSO:
>>COPYRIGHT 1997 Communication Horizons
All rights reserved worldwide.
No distribution without specific consent of publisher.
Knowledgebase
Top Home
| | |
|