psDefaultDriver - cSQLHandleManager
Name of the database driver to be used to make a connection via SQLConnect
Type: Property
Access: Read/Write
Data Type: String
Parameters: None
Syntax
Property String psDefaultDriver
| Access Type | Syntax |
|---|---|
| Read Access: | Get psDefaultDriver to StringVariable |
| Write Access: | Set psDefaultDriver to StringVariable/Value |
Description
The name of the database driver to be used to make a connection via SQLConnect when you do not (want to) pass a driver name each time you connect.
Possible values:
| Constant | Meaning |
|---|---|
| DATAFLEX | Embedded database |
| DB2_DRV | DB2 Connectivity Kit |
| DFBTRDRV | Pervasive.SQL Connectivity Kit |
| MSSQLDRV | Microsoft SQL Connectivity Kit |
| ODBC_DRV | ODBC Connectivity Kit |