GetDatabase

[This is preliminary documentation and subject to change.]

The GetDatabase method return a pointer to a Data Access Objects (DAO) database object. This method should be called after you have connected to a database by using the ConnectToDatabase method.

CdbDatabase * GetDatabase(void);
 

Parameters

None.

Return Values

A pointer to a CdbDatabase object.

Remarks

To locate more information about DAO and the CdbDatabase object, see Further Information on Program Guide Services for the Client.

QuickInfo

  Windows NT: Unsupported.
  Windows: Requires Windows 98.
  Windows CE: Unsupported.
  Header: Declared in dbsets.h.
  Import Library: Use dbsets.lib or dbsetsSt.lib.
  Unicode: Yes.