I am using Visual Basic 6.0 to access a Informix database ver 7.31 . I have
used ADO to connect to the database and to scroll through and alter the
database.
MoveFirst , MoveNext methods work fine.
Modify and delete also work ok.
When i try to use MovePrevious method
of the ADO Library 2.5 i get the following error
"Rowset does not support fetching backward"
Also for the MoveLast method a error is shown.
When AddNew and Update method is used to add
a new record to the database a error is shown
[Informix] [Informix ODBC Driver] [Informix] [Unspecified System Error
= -201]
Run-time error "3219" Operation is not allowed in this context.
Please let me know the solution for this.
Cheers,
Vivek