TimesTen Error Messages

TT-30104

SQLBindParameter must be called because the ConnectionCharacterSet attribute was changed


Cause

The ConnectionCharacterSet value was changed after the parameters were bound to the statement.


Action

To allow correct character set conversion, rebind the statement parameters using the SQLBindParameter function. For more information, see SQLBindParameter Function in Oracle TimesTen In-Memory Database C Developer's Guide.


Additional Information

If execution continues, incorrect data could be passed in the parameter values due to character set mismatch.