CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2001
    Location
    India
    Posts
    13

    How to generate original .mdb file

    Hi,

    I copied .mde, .mdw files from some other developer.

    How to generate original .mdb file from these files?

    Thanks,
    Veerla


  2. #2
    Join Date
    Sep 2001
    Posts
    10

    Re: How to generate original .mdb file

    MDE file is just like a EXE file. So you can not definitely create a .MDB fiel from MDE. That's the reason sometimes access DB is deployed in the form of .MDE file
    MDW file stores information related to indexes. So .MDW alone is not sufficient to create .MDB file.
    I hope this answers your query.



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