2.2 Connection management
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Packages
SWI-Prolog ODBC Interface
The ODBC layer
Connection management
odbc_connect/3
odbc_driver_connect/3
odbc_disconnect/1
odbc_current_connection/2
odbc_set_connection/2
odbc_get_connection/2
odbc_data_source/2
Availability:
:- use_module(
library(odbc)
).
(can be autoloaded)
odbc_current_connection
(
?Connection, ?DSN
)
Enumerate the existing ODBC connections.