Price is actually a varchar field. I've found out that the long varchar field is the one giving trouble- "NOTES". I've built a workaround at the moment to check for the uppercase, lowercase and proper case of any search term, but that's a little novice. If you have any ideas on how to work...
I am trying to use Upper() or Lower() combined with VBscript ucase/lcase to perform a case-insensitive search on DB2. My script produces SQL like the following:
Select * From INFO, Sources, Banks, Services, Verify, Importance WHERE Verify.VerifyID = Info.Quality AND Importance.ImportanceID =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.