B
Bob
We use a large MS SQL database that stores observations from the field.
Teams go out and input their observations through a web front end. However
if they go somewhere that doesn't have web access they use the same database
but in a standalone MS Access to collect the information. The data is
entered into Access through the same web front end as the main DB by running
IIS on the notebook. We then "pull" it into the main DB when they return.
In Access the tables that store the passwords and userids are easy to look
into and gain the information. If we were to loose a notebook in the filed
that person would have access to both the Access and the Web enabled SQL
database to include DBA rights.
How can I protect those tables from being compromised? Is their away to
protect those user tables from direct view and allow the application to still
use them?
--
Teams go out and input their observations through a web front end. However
if they go somewhere that doesn't have web access they use the same database
but in a standalone MS Access to collect the information. The data is
entered into Access through the same web front end as the main DB by running
IIS on the notebook. We then "pull" it into the main DB when they return.
In Access the tables that store the passwords and userids are easy to look
into and gain the information. If we were to loose a notebook in the filed
that person would have access to both the Access and the Web enabled SQL
database to include DBA rights.
How can I protect those tables from being compromised? Is their away to
protect those user tables from direct view and allow the application to still
use them?
--