MySQL Forums
Forum List  »  Connector/ODBC

Error code -24238 returned from SQLExecute()
Posted by: Grahame Grieve
Date: August 28, 2017 04:28PM

I am porting some ODBC code from windows to OSX. I connect to a MySQL database, execute a query, and then disconnect. The ODBC call sequence works on windows.

On OSX, the call to SQLPrepare returns success, but when I call SQLExecute immediately after, the MySQL driver returns the error code -24238 ($FFFFA152). I can't find any information on what kind of error this is - presumably I am using the API wrongly, but I have no clue as to how.

The content of the SQL statement doesn't matter. Does any one have any clue what I should look for?

Options: ReplyQuote


Subject
Written By
Posted
Error code -24238 returned from SQLExecute()
August 28, 2017 04:28PM


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.