"The code is exactly
how I would like to write code and the algorithms used are very
efficient and well-documented."
Van T. Dinh, Microsoft MVP
|
|
|
Category:
|
Database : Access/Jet
|
|
Description:
|
Microsoft Access Jet databases and their objects (MDB and ACCDB database formats)
|
Module: modJetDatabaseSecure
Modifying Access database settings under workgroup security
|
Procedure Name
|
Type
|
Description
|
|
(Declarations)
|
Declarations
|
Declarations and private variables for the modJetDatabaseSecure module
|
|
CompactDatabaseBasicSecure
|
Procedure
|
Compact a secure database with no password
|
|
CompactDatabaseGeneralSecure
|
Procedure
|
Compact the specified database.
Note that Access cannot compact the current database from VBA code.
Set the database's Compact on Close option to do that.
|
|
DatabaseDecryptSecure
|
Procedure
|
Compact the database into a new database without encryption
|
|
DatabaseEncryptSecure
|
Procedure
|
Compact the database into a new database with encryption
|
|
DatabasePasswordChangeSecure
|
Procedure
|
Compact the database into a new database with the new password
|
|
DatabasePasswordRemoveSecure
|
Procedure
|
Compact the database into a new database without a password
|
Overview of Total Visual SourceBook
The source code in Total Visual
SourceBook includes modules and classes for Microsoft Access, Visual
Basic 6 (VB6), and Visual Basic for Applications (VBA) developers. Easily
add this professionally written, tested, and documented royalty-free code
into your applications to simplify your application development efforts.
Additional Resources
|
|