Hi all,
in my MS Access 2003 Db, new tables that I create get deleted automatically within about 10-15 min. I am really in panic. Any suggestions, please!
Printable View
Hi all,
in my MS Access 2003 Db, new tables that I create get deleted automatically within about 10-15 min. I am really in panic. Any suggestions, please!
It is very difficult to find out how a table gets deleted when you have already created it without knowing the background and what kind of applications are accessing this particular Access MDB file.
Maybe you might want to check, if the file is being deleted and then replaced with some other version. Or Maybe some other application is removing the tables form the MDB file.
We cannot say much as we do not know the system that you are working on and as already mentioned we don't know what kind of applications are accessing this MDB file.
The DB is being accessed by a .net 3.5 C# application only. The OS is Windows XP SP2. Db is in MS Access 2003. I am using OLEDB through Microsoft.Jet.OLEDB.4.0.
Well as I have already mentioned, with this sort of information we cannot provide much help. You will have to go through the application and find out what is happening within the application code. Access will not delete the tables by itself.