MySQL Forums
Forum List  »  Connector/ODBC

Re: Connector/ODBC ExtractValue()
Posted by: Bogdan Degtyariov
Date: October 02, 2022 11:39PM

Try adding NO_BINARY_RESULT=1 to your connection string.
Alternatively, you can set the same option via DSN:

Run ODBC Data Administrator -> Click on your Data Source to configure -> In the GUI configuration windows click Details -> Select "Metadata" tab -> Tick the checkbox "Always handle binary function results as character data".

Options: ReplyQuote


Subject
Written By
Posted
Re: Connector/ODBC ExtractValue()
October 02, 2022 11:39PM


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.