Chapter 3. Security
Security is an important consideration in many database applications. Unfortunately, it is also one of the more vendor-specific aspects of database programming. Access, SQL Server, and Oracle databases all handle security differently, so you cannot work out all the details until you know which database you are using.
This chapter discusses some general security issues. It then focuses on Microsoft Data Engine (MSDE). MSDE is a subset of SQL Server, so whatever security you implement with MSDE should work in SQL Server. That gives you the easiest migration path when you may need to move to a larger, higher performance database. You can start with MSDE and if you need features MSDE doesn’t provide, you can move to SQL Server ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access