I have been using a Microsoft Access Database in my Visual C++ program. A new requirement has been raised which requires that the Database be encrypted in some way. I have tryed placing a password on the database, but to no avail. Does anyone know how to get this to work, or any other way I can encrypt the database, but still be able to read and write to it from my code?