MySQL Forums
Forum List  »  Connector/C++

Re: How to fix Error 1406 while using Connector/C++?
Posted by: Water Lin
Date: November 13, 2009 05:12AM

Here I find the reason, the Blob has limit size of 2 ^ 16. So it is not enough for 100K data. I need to change it to bigger Blob data type.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: How to fix Error 1406 while using Connector/C++?
2319
November 13, 2009 05:12AM


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.