MySQL Forums
Forum List  »  Connector/ODBC

SQLGetTypeInfo
Posted by: liming an
Date: March 12, 2021 01:51AM

I used c++'s poco Library's ODBC module to manipulate the database. In the poco source code, I called SQLGetTypeInfo to get the field information supported by the database, varchar type COLUMN_SIZE field is 255 all the time, which results in an error when inserting a long string. What can I do to avoid this problem

Options: ReplyQuote


Subject
Written By
Posted
SQLGetTypeInfo
March 12, 2021 01:51AM
May 16, 2021 08:21PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.