Next Previous Up Top Contents Index

1.2.6 Connecting and disconnecting

disconnect

Generic function

Summary

Terminates a connection.

Signature

disconnect connection #key terminate-statements  => ()

Arguments

connection
An instance of <connection>.

Values

terminate-statements

An instance of <boolean>. Default value: #f.

Library

sql

Module

sql

Description

Terminates connection. If any SQL statements are executing asynchronously, or an SQL SELECT statement has results which have not been retrieved, a condition is signaled, unless terminate-statements is #t.


OLE, COM, ActiveX and DBMS Reference - 31 MAR 2000

Next Previous Up Top Contents Index