Previous Topic

Next Topic

Book Contents

Book Index

Base Level API

When accessing the Media Database, the base level API can perform the following functions:

Table 246 Base Level API Functions

Function

Description

OPEN

Access of the Media Database must begin with a request to open the database.

READ

This request reads a record. This function is generally used for reading specific records.

READNEXT

Reads the records following the specified record, that is, the next records. This function is generally used for reading a series of records.

CLOSE

Access of the Media Database must end with a request to close the database.

Parent Topic

Legacy APIs