Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SqlSelect does not distinguish case
Message
From
10/01/2012 15:08:27
John Baird
Coatesville, Pennsylvania, United States
 
General information
Forum:
ASP.NET
Category:
Databases
Miscellaneous
Thread ID:
01532653
Message ID:
01532680
Views:
48
>>Hi.
>>Say I have a table with two Rows, and the Values are 'TEST' and 'test'
>>In VFP, if I select MyCode from MyTable where MYCODE = 'TEST' , one row is returned
>>In Sql, if I do the same , two rows are returned
>>
>>I can live with this in a standard select, but if i am joining two tables, I get two rows instead of one returned.
>>Is there any setting in the DataBase which will 'SET CASESENSITIVITY ON' so that case is adhered to in Selects (And Updates / Deletes)
>>
>>Tia
>>Gerard
>
>William seems to already answered the question - by default SQL Server is case insensitive, but you can always change the behavior by adding COLLATE clause when comparing character data.


Then why answer it again?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform