asp.net and microsoft access

  • Thread starter Thread starter Benny
  • Start date Start date
B

Benny

hello all,

i want to implement an asp.net web application using microsoft access as
its databse. im looking for some articles that describle how to security
a microsoft access database.

thanks,

benny
 
Benny,

Microsoft Access has very little security. To put it in
a nutshell, one that should not be relied on.

If you need security, you could try the MSDE database.
You should get better performance from it also.

MSDE = Microsoft Desktop engine. A stripped down version
of SQL Server. It has all the security features of SQL
Server and is a free download.

Keith
 
Back
Top