Next Previous Up Top Contents Index

1.2.6 Connecting and disconnecting

disconnect-all

Generic function

Summary

Terminates all open connections served by the DBMS.

Signature

disconnect-all #key dbms => ()

Arguments

dbms
An instance of false-or(<symbol>). Default value: #f.

Library

sql

Module

sql

Description

Terminates all open connections served by dbms. If dbms is #f (the default value), all connections on all DBMSs are terminated.


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

Next Previous Up Top Contents Index