InitDBPack
InitDBPack Initialize the Data Access Manager
#include <DatabaseAccess.h> Data Access Manager
You must use InitDBPack to initialize the Data Access Manager before
you can use it. You must call the InitDBPack function before you call any
other Data Access Manager routines. If the Data Access Manager has
already been initialized, the InitDBPack function returns the noErr result
code but does nothing else.
Returns: an operating system Error Code.
noErr (0) No error
rcDBWrongVersion (-812) Wrong version number

Notes: The interface routine that implements the InitDBPack function includes a
version number for the Data Access Manager. If the
Data Access Manager is a different version from that specified by the
interface routine, then the InitDBPack function returns the
rcDBWrongVersion result code.