sambo
Registered User.
- Local time
- Yesterday, 17:37
- Joined
- Aug 29, 2002
- Messages
- 289
Half of my development was spent using a Win2k machine and the other half was spent using WinXP. However, both had the exact same version of MS Access.
My db works perfectly with 1 and even 2 users, but when a third user starts parusing around I get a 3343 error: "Unrecognized Database Format". At this time I have to exit all users and Compact and Repair.
I use a lot of DAO references in my code, but I cover my tracks by using the Transaction Methods.
I tried removing the ADO 2.1 reference all together, but this caused problems, so now I have a Reference to both DAO 3.6 and ADO 2.1.
I'm nearing the end of my Access rope here. I'm really not sure how to duplicate the problem because sometimes it happens, but sometimes it doesn't.
Help Please...
My db works perfectly with 1 and even 2 users, but when a third user starts parusing around I get a 3343 error: "Unrecognized Database Format". At this time I have to exit all users and Compact and Repair.
I use a lot of DAO references in my code, but I cover my tracks by using the Transaction Methods.
I tried removing the ADO 2.1 reference all together, but this caused problems, so now I have a Reference to both DAO 3.6 and ADO 2.1.
I'm nearing the end of my Access rope here. I'm really not sure how to duplicate the problem because sometimes it happens, but sometimes it doesn't.
Help Please...