ACC: How to Edit Library Databases (1.x/2.0)ID: Q114682
|
Advanced: Requires expert coding, interoperability, and multiuser skills.
This article describes two methods for editing Microsoft Access library
databases using Microsoft Access versions 1.x and 2.0.
A library database is a database that contains a collection of database
objects that can be loaded automatically when you start Microsoft Access.
You specify that a database is to be loaded by adding its name to the
[Libraries] section of the MSACCESS.INI (version 1.x) or MSACC20.INI
(version 2.0) file, or by installing it using the Add-in Manager (version
2.0). Library database files usually have .MDA extensions.
Because library databases are loaded when Microsoft Access starts, you
cannot open them directly for editing. If you try to do so, you will
receive an error message similar to:
The database 'c:\access\filename.mda' is already open as a library database
NOTE: You should back up library database files before you modify them.
[Options]
Systemdb=c:\Access\SYSTEM.MDA
UtilityDB= c:\Access\Utility.MDA
DebugLibraries=True
Wzlib.mda=rw
;Wzlib.mda=rw
Microsoft Access "Building Applications," version 2.0, Chapter 15, "Using Library Databases and Dynamic-Link Libraries"
Keywords : kbprg MdlLib
Version : 1.0 1.1 2.0
Platform : WINDOWS
Issue type : kbhowto
Last Reviewed: April 3, 1999