MySQL Forums
Forum List  »  Connector/ODBC

Re: incorrect string value
Posted by: Peter Brawley
Date: January 19, 2021 12:23PM

"??????", confirmation that what you're inserting has been corrupted.

The result is from retrieval by your app using Connector/ODBC? Ask that software for the the value of something like ...

select hex( left(blobcolname,32));

and try the same in the mysql client program.

Options: ReplyQuote




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.