F
FA
Hi, I have a question which i can not figure out how to solve. I have
..mde file with the linked tables with SQL Server with ODBC connection.
I have six users each has user id and password to access SQL Server.
There is no authentication on the front end (.mde file). I am wondering
if they have access to SQL Server tables, any user can create an mdb
file and link tables from SQL Server and do anything they want to do.
In my .mde file they can only update certain data. Users are not
allowed to delete any record in only one table but they are not allowed
to delete any record in any other table.
If they can make a ODBC connection since they has user id and password
to sql server, they can do anything they want in sql tables. I do not
think it would help if i add another layer of authentication in my .mde
file since they can create a mdb file and have access to all the data.
Please let me know what is the solution to this problem.
Your replies would be greatly appreciated.
Thanks
Moe
..mde file with the linked tables with SQL Server with ODBC connection.
I have six users each has user id and password to access SQL Server.
There is no authentication on the front end (.mde file). I am wondering
if they have access to SQL Server tables, any user can create an mdb
file and link tables from SQL Server and do anything they want to do.
In my .mde file they can only update certain data. Users are not
allowed to delete any record in only one table but they are not allowed
to delete any record in any other table.
If they can make a ODBC connection since they has user id and password
to sql server, they can do anything they want in sql tables. I do not
think it would help if i add another layer of authentication in my .mde
file since they can create a mdb file and have access to all the data.
Please let me know what is the solution to this problem.
Your replies would be greatly appreciated.
Thanks
Moe