Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SET COLLATE and SELECT SQL
Message
From
05/05/1998 19:44:08
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
SET COLLATE and SELECT SQL
Miscellaneous
Thread ID:
00097194
Message ID:
00097194
Views:
52
I am developing application which might be running against VFP, SQL
Server, ORACLE, etc. database on customer choice.
I am trying to accomplish the same behavior for the queries(views). Thus, I use SET COLLATE TO "GENERAL" and SET ANSI ON for the local tables. The equal sign(=) in WHERE clause behalves the way all C/S databases do. But when I use LIKE expression, queries or views for VFP are still case sensitive in spite of "GENERAL" collation and using correct index for Rushmore optimization.
Is it another VFP bug or there is a workaround for it? I am trying to avoid using UPPER or LOWER indexes.

Please, HELP!
TIA
Dmitriy
Next
Reply
Map
View

Click here to load this message in the networking platform