MySQL Forums
Forum List  »  Connector/ODBC

Re: Error code -24238 returned from SQLExecute()
Posted by: Bogdan Degtyariov
Date: September 04, 2017 09:00AM

Hi Grahame,

what is the version of Connector/ODBC you are using in OSX?
What happens when you try executing a query directly trough SQLExecDirect()?
Does it happen to queries with parameters or any query at all?
Another thing to try could be using NO_SSPS=1 in the connection string or DSN. This will allow forming the fully-functional SQL statements on the client side, which for the server is not any different from queries without parameters.

--
Best regards,
Bogdan Degtyariov

Options: ReplyQuote


Subject
Written By
Posted
Re: Error code -24238 returned from SQLExecute()
September 04, 2017 09:00AM


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.