Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
$ equivalent in SQL Server?
Message
From
25/01/2002 12:44:16
 
 
To
25/01/2002 09:05:31
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00610309
Message ID:
00610611
Views:
29
>On a similar subject, do you know how to perform a case-sensitive search on a database that is set to case-insensitive?

You can do a case-sensitive search by CASTing the values to Binary datatypes:

CAST(column AS varbinary(40)) = CAST(literal AS varbinary(40))

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform