Re: How to protect data within MS access?



Ah, while one can ship the SQL Server database file (and log) with your application, it's not as easy as it sounds. Unlike JET, you have to install a service on the client system to read and manage the database.

There is another alternative to highly secure and portable databases: SQL Server 2005 Compact--it's also free. The SQLCe .sdf file can be encrypted.

--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant, Dad, Grandpa
Microsoft MVP
INETA Speaker
www.betav.com
www.betav.com/blog/billva
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
Visit www.hitchhikerguides.net to get more information on my latest book:
Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition)
and Hitchhiker's Guide to SQL Server 2005 Compact Edition (EBook)
-----------------------------------------------------------------------------------------------------------------------

"Daniel Crichton" <msnews@xxxxxxxxxxxxxxxx> wrote in message news:%23aWgNar0HHA.4004@xxxxxxxxxxxxxxxxxxxxxxx
Mike wrote on Fri, 27 Jul 2007 08:04:25 +0200:

Thanks Stephen , I understand. My application is client application
and plan is to be a cheap. I do not know how to use Oracle or SQL
server in this way...

MS SQL Server 2005 Express is a cheap as it gets - it's free! However, if you're intending to ship this application as a complete package then SQL Server is going to complicate matters a lot.

If you decide to stick with Access, then you might want to look into encrypting all your data within your application. While this will impact performance, it at least means that you're not relying on the Access security which you've already found is very easy to bypass.

Dan


.



Relevant Pages

  • Re: MS Access DAO -> ADO.NET Migration
    ... William Vaughn ... Microsoft MVP ... Hitchhiker's Guide to Visual Studio and SQL Server ... My migration app works building a SSCE database file with imported data ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Cluster will not fail over.
    ... > As far as the TCP/IP issue goes, you had to rebuild the cluster and were ... > able to restore the master database. ... > a cluster installation you'll have to revisit. ... >> This worked bringing up the sql server in minimal mode. ...
    (microsoft.public.sqlserver.clustering)
  • Re: Word 2003/Access2000/SQLSVR
    ... SQL server being where the data is held and this is accessed through a MS ... entire database and that may be say a record for Berkshire. ... "Peter Jamieson" wrote: ... replaced with the first record on the table in use. ...
    (microsoft.public.word.mailmerge.fields)
  • Re: MS Access DAO -> ADO.NET Migration
    ... full SQL Server and I see the logic you explained in a multi user ... allow two users to access the same database file Read/Write at any given ... The book was a pleasure to read after the gibberish that Microsoft 'puts ... Hitchhiker's Guide to Visual Studio and SQL Server ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: MS Access DAO -> ADO.NET Migration
    ... For that it is much harder to handle the incremental identifier, ... database but although they have the data, they are not connected at the same ... The book was a pleasure to read after the gibberish that Microsoft 'puts ... SQL Server Management Studio is nowhere to be found on my ...
    (microsoft.public.dotnet.framework.adonet)