Encrypting Databases
|
Previous Top Next |
1. | Set the DatabaseName and the DatabaseFileName of TABSDatabase component.
|
2. | Set the Password property of TABSDatabase component.
|
3. | Set the CryptoAlgorithm property (optional).
|
4. | Call the CreateDatabase method.
|
1. | Set the DatabaseName and the DatabaseFileName of TABSDatabase component.
|
2. | Set the Password property of TABSDatabase component to enable opening encrypted database
|
3. | Call the Open method or set the Connected property to True.
|
1. | Set the Password property of TABSDatabase component to enable opening encrypted database
|
2. | Call the ChangeDatabaseSettings method with the blank string passed to the NewPassword parameter.
|