AccpacDBLink Object

ACCPAC Common Controls

AccpacDBLink Object

The AccpacDBLink object represents a connection (link) to an ACCPAC database.

There are two types of ACCPAC databases:

  • Company: A company database stores application data (covers most Common Services functions and all other applications). Each company database must be linked to a system database.

  • System: A system database stores the data common to multiple company databases, such as currency information, user accounts, and authorization information. A system database can be associated with multiple company databases.

Remarks

An object of this class cannot be created directly by applications. Instead, it should be obtained from the AccpacSession object's OpenDBLink method.

Multiple AccpacDBLink objects created on the same database represent multiple connections opened to the database.