MySQL Forums
Forum List  »  Connector/ODBC

Re: No Recordset is returned
Posted by: Bogdan Degtyariov
Date: July 06, 2020 02:34AM

Sorry to hear you had issues with your ASP application.
The problem looks familiar and I think it was reported in the following bug:

https://bugs.mysql.com/bug.php?id=95423

The bug is fixed in the sources, but the version 8.0.22 is not released yet.

The workaround for this problem is to use the client-side prepared statements that can be activated either through the connection string NO_SSPS option by adding "NO_SSPS=1" to the connection string or by checking the box in the GUI dialog for DSN in ODBC Administrator. When GUI dialog for a DSN appears you need to click "Details >>" -> "Misc" -> [x] Prepare statements on the client.

The above option can be used as a temporary workaround until the fix for the underlying bug 95423 is published in the release of Connector/ODBC 8.0.22.

Options: ReplyQuote


Subject
Written By
Posted
Re: No Recordset is returned
July 06, 2020 02:34AM


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.