Mirak
Programmer
- Aug 1, 2001
- 28
Hi,
I created a multiuser vb application that connects to an access db over a WAN.I am presently doing some testing with end users, and every so often one of the tables gets corrupted and corrupts the Access file. Only users who are logged on can access the tables ( except the table that is corrupted which gives Run-time error 3343 -- unrecognized database format). New users can't log on to the system, they get an unrecognized database format error. I need to know what is causing the corruption. Does it have anything to do with closing recordsets or closing of the db in a multiuser environment? I am using DAO recordsets and in some cases Data Controls. Has anyone experienced these types of issues? Any advice will be greatly appreciated
Mirak
I created a multiuser vb application that connects to an access db over a WAN.I am presently doing some testing with end users, and every so often one of the tables gets corrupted and corrupts the Access file. Only users who are logged on can access the tables ( except the table that is corrupted which gives Run-time error 3343 -- unrecognized database format). New users can't log on to the system, they get an unrecognized database format error. I need to know what is causing the corruption. Does it have anything to do with closing recordsets or closing of the db in a multiuser environment? I am using DAO recordsets and in some cases Data Controls. Has anyone experienced these types of issues? Any advice will be greatly appreciated
Mirak