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_disconnect
(
+Connection
)
Close the given
Connection
. This destroys the connection alias or, if there is no alias, makes further use of the
Connection
handle illegal.