Problem with .mde file

  • Thread starter bangaram via AccessMonster.com
  • Start date
B

bangaram via AccessMonster.com

Hi,
i created .mde file for my database. i opened .mde file for testing... i
inserted new records for storing the data... record was inserted in the table
shown in .mde file.. but when i closed .mde file and reopened my .mdb file
then that inserted record was not shown in .mdb file... data changes are not
reflected back to my .mdb file.. what wil be the problem... i logged as admin
user only...
 
A

Albert D.Kallal

I not sure you are having a problem.

If you have a mdb database (with data), and you convert this to a mde, then
all data changes will occur in the mde.

The mdb is not required, or connected in any special way. The ONLY related
issue here is that you MUST keep the original mdb, as you cannot modify the
code in the mde....

If you EVER plan to update the mde code, or reports, you MUST return to the
original mdb to make these changes. However, if you re-deploy the mde, and
the database was not split you WILL BE OVERWRITING the customers data.

thus, for all intensive purposes, you can't really officially use a mde
unless you split your database. A mde is of NO use if the tables are in this
mde also!!

I talk about how this process of building a mde works here, but you do have
to split first....

http://www.members.shaw.ca/AlbertKallal/Articles/split/index.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top