Turning a Data Base into an application

B

Buddy King

Hi. I am working on a project that will be used by our
office. I would like to make it as protected as possible.
I wonder what the best security reference is these days,
or does MS still make a program that turns the DB into an
application. Thanks
 
J

John Vinson

I wonder what the best security reference is these days,
or does MS still make a program that turns the DB into an
application. Thanks

Microsoft does not (and never has) made such a program.

What you can do is implement Access security, and create a .mde file
(which strips out all your source code). If users who do not have
Access installed need the app, you'll need to purchase the Office
Developer's Edition which lets you create an Access runtime, which can
be installed royalty-free on users' machines.
 
Top