odbc_driver_connect(+DriverString,
-Connection, +Options)Connects to a database using SQLDriverConnect(). This API allows
for driver-specific additional options. DriverString is passed without
checking. Options should not include user
and
password
.
Whenever possible, applications should use odbc_connect/3.
If you need this predicate, please check the documentation for SQLDriverConnect()
and the documentation of your driver.bugFacilities
to deal with prompted completion of the driver options are not yet
implemented.