Skip to content

Driver_Name (Required)

The Driver_Name keyword is used by the Data Access API to determine the driver that must be used to open the table associated with the intermediate file.

Supported By

All Drivers

Value

Driver specific:

  • DataFlex SQL Server Driver: MSSQLDRV
  • DataFlex Pervasive.SQL Driver: DFBTRDRV
  • DataFlex DB2 Driver: DB2_DRV
  • DataFlex ODBC Driver: ODBC_DRV

Associated Attribute

DF_FILE_DRIVER (String)

Remarks

The driver will be loaded if necessary. Normally, this keyword is parsed before the specific driver is called. The driver will then start parsing the rest of the intermediate file information. This keyword must be the first keyword in any intermediate file.

See Also