|
<< Click to Display Table of Contents >> DRVType (driver capabilities) |
![]() ![]()
|
The DRVType structure describes the driver and its capabilities, using the following fields:
Field |
Type |
Description |
szType |
DBINAME |
Specifies the symbolic name identifying the driver. |
szText |
DBINAME |
Descriptive text. |
edrvCat |
DRVCat |
Specifies the driver category. |
bTrueDb |
BOOL |
If TRUE, the driver supports the true database concept. |
szDbType |
DBINAME |
Specifies the database type. |
bMultiUser |
BOOL |
If TRUE, the driver supports multiuser access. |
bReadWrite |
BOOL |
If TRUE, the driver supports read-write access; otherwise, the driver supports only read-only access. |
bTrans |
BOOL |
If TRUE, the driver supports transactions. |
bPassThruSQL |
BOOL |
If TRUE, the driver supports passthrough SQL. |
bLogIn |
BOOL |
If TRUE, the driver requires explicit login. |
bCreateDb |
BOOL |
If TRUE, the driver can create a database. |
bDeleteDb |
BOOL |
If TRUE, the driver can drop a database. |