Thom
Aug 18th, 2000, 09:41 AM
OK, I've wiped the hard drive, reinstalled Win98, DCOM, MDAC 2.0, and Visual Studio 6.0(with no service packs).
I've rebuilt my ADO 2.0 project, using Access97 as the backend DB, and while using disconnected recordsets:
If I go into EDIT mode and THEN invoke the CancelUpdate method of the recordset-the current record is DELETED! Any ideas why? I've tried it with dynamic AND keyset cursors, but it STILL deletes. This does NOT happen with Addnew-however! My boss is suggesting I just don't allow Edits to be canceled! <g> in order to get the project back on track. ANYONE have a better idea/solution. My next step is to pay the obscene $$ to call Microsoft to try for an 'official' answer.
As an aside, does this happen with SQL databases? I'm thinking of trying to convince the division to move to SQL server, IF we can just put a SQL DB on the server & have it accessed from the clients(the way I intended the Access DB to work). HELP, please!
I've rebuilt my ADO 2.0 project, using Access97 as the backend DB, and while using disconnected recordsets:
If I go into EDIT mode and THEN invoke the CancelUpdate method of the recordset-the current record is DELETED! Any ideas why? I've tried it with dynamic AND keyset cursors, but it STILL deletes. This does NOT happen with Addnew-however! My boss is suggesting I just don't allow Edits to be canceled! <g> in order to get the project back on track. ANYONE have a better idea/solution. My next step is to pay the obscene $$ to call Microsoft to try for an 'official' answer.
As an aside, does this happen with SQL databases? I'm thinking of trying to convince the division to move to SQL server, IF we can just put a SQL DB on the server & have it accessed from the clients(the way I intended the Access DB to work). HELP, please!