Re: ODBC connection 8.0 won't write to database
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.
Subject
Written By
Posted
September 19, 2018 04:30AM
September 19, 2018 09:10AM
September 24, 2018 02:32AM
Re: ODBC connection 8.0 won't write to database
June 13, 2018 12:59AM
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.