- odbc_driver_connect(+DriverString, -Connection, +Options) is det
- Connects to a database using SQLDriverConnect(). This API allows
for driver-specific additional options. DriverString is passed
without checking. Options should not include
user
andpassword
.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.
- To be done
- - Add facilities to deal with prompted completion of the driver options.