Interpretation of strings
Db2 ODBC normally interprets string arguments in a case-sensitive manner and does not trim any spaces from the values.
An exception is the cursor name input argument on the SQLSetCursorName() function.
In this case, if the cursor name is not delimited (enclosed by double
quotes) the leading and trailing blanks are removed and case is preserved.