MySQL Forums
Forum List  »  Connector/ODBC

Re: heap error with driver dll
Posted by: Bogdan Degtyariov
Date: November 12, 2017 09:35PM

Another direction that might be worth looking is this fragment of the stack:

1c (Inline) -------- msado15!ExecuteAsync+0x29

MySQL Connector/ODBC does not fully support extensions for asynchronous execution listed in ODBC 3.8 specification and it could cause issues.

The detailed description of asynchronous execution in ODBC 3.8 can be found here:
https://docs.microsoft.com/en-us/sql/odbc/reference/develop-app/asynchronous-execution-notification-method

Maybe disabling asynchronous execution in your ASP application could help. This is not always possible of course. Especially when it is heavily integrated in your code.

Options: ReplyQuote


Subject
Written By
Posted
October 18, 2017 11:52AM
October 26, 2017 09:27AM
October 26, 2017 09:28AM
October 26, 2017 09:46AM
October 26, 2017 09:57AM
November 10, 2017 08:01AM
Re: heap error with driver dll
November 12, 2017 09:35PM


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.