I'm migrating an old application which used an Access Db with DAO controls to a DB2 database.
Firstly I found I couldn't use the original DAO controls as the recordsets were read only (why?).
Having changed the controls to ADO I'm now having problems scrolling thru/updating the records.....
1. Error "SQL0437W Performance of this complex query may be sub-optimal. Reason code 3"
2. Error "Key information is not sufficient or correct. Too many rows were affected by update".
I'm using disconnected recordsets but "updatebatch" each time a record is changed as I don't want to change the application too much.
Also sometimes getting error "CLI0129E No more handles. SQL state=01602"
I'm running W98 with VB6 and the database is on W2000 server
would appreciate any help.....thanks
Firstly I found I couldn't use the original DAO controls as the recordsets were read only (why?).
Having changed the controls to ADO I'm now having problems scrolling thru/updating the records.....
1. Error "SQL0437W Performance of this complex query may be sub-optimal. Reason code 3"
2. Error "Key information is not sufficient or correct. Too many rows were affected by update".
I'm using disconnected recordsets but "updatebatch" each time a record is changed as I don't want to change the application too much.
Also sometimes getting error "CLI0129E No more handles. SQL state=01602"
I'm running W98 with VB6 and the database is on W2000 server
would appreciate any help.....thanks