Disallowing multiple users on a backend mdb

S

Silvester

Hi,

I intend to distribute my demo app as a split secured database. I do NOT
want this app to be used in a multi-user environment, ie: only ONE user is
allowed to use the app.

How do I ensure a single-user environment only and keep users from copying
the mde frontend and linking to the backend and multiple users using the
app.

TIA
 
J

John Vinson

How do I ensure a single-user environment only and keep users from copying
the mde frontend and linking to the backend and multiple users using the
app.

Put code in the frontend to *exclusively* open a Database object on
the backend database. See the online help for the OpenDatabase method
for the details.
 

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