MDB2
- Содержание
- Introduction -- A feature overview
- DSN -- The Data Source Name
- Connecting -- Connecting and disconnecting a database
- Querying -- Performing queries
- Quoting and escaping -- Quote values in a suitable format to compose a query.
- Datatypes -- An overview of datatype handling
- Results -- Obtaining data from query results
- Prepare & Execute -- Prepare and execute SQL statements
- Transactions -- Performing transactions
- Modules -- Loading and calling modules
- Manager Module -- Module for managing database structure
- Reverse Module -- Module for managing database structure
- autoPrepare & autoExecute -- Automatically prepare and execute SQL statements
- Portability -- Database portability features
- Sequences -- Sequences and auto-incrementing
- FAQ -- Frequently asked questions
A unified API for accessing databases and constructing SQL in a portable way.
Пред. | Начало | След. |
MDB_Error | Уровень выше | Introduction |