MySQL Forums
Forum List  »  Connector/ODBC

Re: ODBC connection 8.0 won't write to database
Posted by: Jesper Ahlers
Date: June 13, 2018 12:59AM

Hi @Bogdan
I found a solution. I changed the Cursortype from 0 (adopenforward) to 1(adopenkeyset)

Set rs65=Server.CreateObject("ADODB.Recordset")
rs65.CursorType=1

Problem solved.

Options: ReplyQuote




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.