CompuServe Messages

ODBC; case insens txt fl

    12-Jul-94 03:56:30
Sb: ODBC; case insens txt fl
Fm: Jordan Stojanovski 76550,1334
To: Microsoft
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