DM_SQLIO_DRIVER Keyword
DM_SQLIO_DRIVER={drivernumber}
This keyword defines a driver number that identifies the type of SQL connection to be used. The {drivernumber} is a numeric value from one (1) to nnn that specifies the SQL database connection type. If this keyword is not specified in the configuration CFG file, the {drivernumber} defaults a value of one.
|
drivernumber |
Database connection type |
|
1 |
SQLite native connection |
|
2 |
DBFILE connection |
Example:
DM_SQLIO_DRIVER=1
See Also: SUNDM Keywords, SUNADMIN, MAKEMFD
![]() |