Question
change recordset cursor type in DW 8.02
I have never been more unhappy with an update in my live, I
basically have to learn everything from scratch again with DW 8.02.
When pulling a recrodset you used to be able to set the CursorType in the code. That is gone now.
As a result I cannot use rs.MoveFirst or rs.Move -2 to browse around records. I get the following error.
Microsoft OLE DB Provider for ODBC Drivers error '80040e24'
Rowset does not support fetching backward.
How do I change the CursorType in this horrible update! Thanks
When pulling a recrodset you used to be able to set the CursorType in the code. That is gone now.
As a result I cannot use rs.MoveFirst or rs.Move -2 to browse around records. I get the following error.
Microsoft OLE DB Provider for ODBC Drivers error '80040e24'
Rowset does not support fetching backward.
How do I change the CursorType in this horrible update! Thanks