Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BIG BUG: Index not support binary strings
Message
From
14/11/2003 09:18:23
 
 
To
14/11/2003 09:08:17
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00849781
Message ID:
00849851
Views:
22
Hi Alan,

--------
Try this. Right after 'CLEAR', add the following line:

Set Collate to "General"
You can reset to 'Machine' or whatever afterward.

Sorry Alan, but it is absurd to use a binary index with a collate different to MACHINE.
SET COLLATE TO "General"
? CHR(1)=CHR(0)
? CHR(6)=CHR(1)
Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform