Question about backend dbs

J

Jim Evans

Is there any reason not to complie the backend as an .mde file to protect it
before distributing it?

Thanks in advance,
Jim
 
D

Dirk Goldgar

Jim Evans said:
Is there any reason not to complie the backend as an .mde file to protect
it
before distributing it?


There's no real reason to do that. MDE format doesn't protect the design of
tables, and there wouldn't normally be anything in the back-end except
tables and, maybe, a "Keep Out" form.
 
Top