How to prohibit Users from importing Queries from my database

G

Guest

I'm using Access as a frontend Client for a SQL Server based application.
The Access Client is converted to an mde file and users can't access or view
the content due to appropriate database properties setting and startup
options.

However, they can open a blank Access database and import passthru queries
from my Client. The imported queries contain the ODBC connection string in
the querie properties box. They can then use this ODBC connection string to
gain access to the SQL data.

How can I prevent this?

Thanks in advance.

jkm911
 
K

Keith Wilby

jkm911 said:
I'm using Access as a frontend Client for a SQL Server based application.
The Access Client is converted to an mde file and users can't access or
view
the content due to appropriate database properties setting and startup
options.

However, they can open a blank Access database and import passthru queries
from my Client. The imported queries contain the ODBC connection string
in
the querie properties box. They can then use this ODBC connection string
to
gain access to the SQL data.

How can I prevent this?

Thanks in advance.

jkm911

Is the SQL back end path not password protected? If it is then remove it
from the connection string.

Keith.
www.keithwilby.com
 

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