Hi,
I have a MySQL db with a vb6 app that connects using ADODB. I've been getting some notices about multiple testers adding new/editing records in the same db but the information is getting crossed over to what another user was recording. So basically User A's saved info is getting put into User B's info.
I can't seem to replicate this process but it has been reported a few times so now have to look into it. Would it have something to do with adding my records?
Initially I've been using the 'SELECT fields FROM table' and then .addnew and the finishing off with .update
Should I change this to an update statement instead?
Any advice? Thanks
I have a MySQL db with a vb6 app that connects using ADODB. I've been getting some notices about multiple testers adding new/editing records in the same db but the information is getting crossed over to what another user was recording. So basically User A's saved info is getting put into User B's info.
I can't seem to replicate this process but it has been reported a few times so now have to look into it. Would it have something to do with adding my records?
Initially I've been using the 'SELECT fields FROM table' and then .addnew and the finishing off with .update
Should I change this to an update statement instead?
Any advice? Thanks