In case of querying with the Schema.ini / oledb / excel sheet query and u need to apply a check based on upper case then you need to declare like this.
UCASE(RTRIM(LTRIM((C.NAME)))) = UCASE(RTRIM(LTRIM((A.NAME))))
For lower case use this- LCASE.
Quick Notes for easy understanding. Chapters are on C#.Net,Linq,OOPS,Design Patterns,UML,Tools for development, Databases and many others. - Sid
In case of querying with the Schema.ini / oledb / excel sheet query and u need to apply a check based on upper case then you need to declare like this.
UCASE(RTRIM(LTRIM((C.NAME)))) = UCASE(RTRIM(LTRIM((A.NAME))))
For lower case use this- LCASE.
Paste Here Your Source Code | ||||||||||||||
Source Code Formatting Options | ||||||||||||||
|
||||||||||||||
Copy Formatted Source Code | ||||||||||||||
Preview Of Formatted Code |
No comments:
Post a Comment