Important: The information in this document is obsolete and should not be used for new development.
Locating, Opening, and Closing the Desktop Database
To get the access path to a database or to create a database if one doesn't exist, use thePBDTGetPath
orPBDTOpenInform
function. These routines run synchronously only.
System software uses thePBDTCloseDown
function to close the desktop database; your application should never use this function, which is described in this section only for completeness.
Subtopics
- PBDTGetPath
- PBDTOpenInform
- PBDTCloseDown