Next Previous Up Top Contents Index

1.2.6 Connecting and disconnecting

connections

Generic function

Summary

Returns a sequence of all active connections against the specified DBMS.

Signature

connections #key dbms => connection-sequence 

Arguments

dbms
An instance of false-or(<dbms>).

Values

connection-sequence

An instance of <sequence>.

Library

sql

Module

sql

Description

Returns a sequence of all active connections against the DBMS-specified by dbms. Returns a sequence of all active connections if dbms is #f.


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

Next Previous Up Top Contents Index