Driver Settings

From RAD Studio
Jump to: navigation, search

Go Up to Database Dialog Boxes

Use this dialog box to see what files are associated with each dbExpress driver name. These associations are stored in the drivers.ini file.

Item Description

Driver Name

Lists the names of all drivers that appear in the drivers.ini file. These drivers represent the possible values of the DriverName parameter in the Connection Editor, which determines the DriverName property of a TSQLConnection component.

Library Name

Displays the dbExpress driver file for the driver named in the Driver Name column. It determines the LibraryName property of a TSQLConnection component that is added automatically when you set the DriverName property.

Vendor Library

Displays the client-side DLL for the database server associated with the specified driver. This DLL is supplied by the database vendor. The value of Vendor Library determines the VendorLib property of a TSQLConnection component that is added automatically when you set the DriverName property.