CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2006
    Posts
    93

    Angry MS Access Table getting deleted automatically

    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!

  2. #2
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    Re: MS Access Table getting deleted automatically

    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.

  3. #3
    Join Date
    Aug 2006
    Posts
    93

    Re: MS Access Table getting deleted automatically

    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.

  4. #4
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    Re: MS Access Table getting deleted automatically

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured