L
Lionel Slade
Hi,
I'm using an ado connection to Oracle (Release 8.1.6.0.0) through VB.Net
When I use a client side cursor (ADODB.CursorLocationEnum.adUseClient)
there's no problem.
But, if I change to a server side cursor
(ADODB.CursorLocationEnum.adUseServer) the recordset move commands work;
recs.MoveFirst - Ok
recs.MoveLast - Ok
recs.MoveNext - Ok
Except for
recs.MovePrevious
Which gives an error ??????
'An unhandled exception of type
'System.Runtime.InteropServices.COMException' occurred in prjReferrals.exe
Additional information: Operation is not allowed in this context.'
Why ??? What's wrong ??? Help !!!
I'm using an ado connection to Oracle (Release 8.1.6.0.0) through VB.Net
When I use a client side cursor (ADODB.CursorLocationEnum.adUseClient)
there's no problem.
But, if I change to a server side cursor
(ADODB.CursorLocationEnum.adUseServer) the recordset move commands work;
recs.MoveFirst - Ok
recs.MoveLast - Ok
recs.MoveNext - Ok
Except for
recs.MovePrevious
Which gives an error ??????
'An unhandled exception of type
'System.Runtime.InteropServices.COMException' occurred in prjReferrals.exe
Additional information: Operation is not allowed in this context.'
Why ??? What's wrong ??? Help !!!