Click to See Complete Forum and Search --> : How to generate original .mdb file


veerla
October 1st, 2001, 03:08 AM
Hi,

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

How to generate original .mdb file from these files?

Thanks,
Veerla

sachin75
October 1st, 2001, 06:16 AM
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.