CompuServe Thread

ODBC; case insens txt fl

1 messages in this thread
#30640From: Jordan StojanovskiJul 12, 1994 3:56 AM
I am using ODBC from Visual C++/MFC. I want to have filters and sorts that are case insensitive. For the filters I tried this: SELECT … WHERE upper(NAME) = upper('Jordan'); Apparently 'upper' is not implemented in ODBC. What is the proper way to have case insensitive text fields? — Jordan