chickadee » freetds » call-with-connection

(call-with-connection HOST USERNAME PASSWORD [DATABASE-NAME] PROCEDURE)procedure

A convenience wrapper which opens a connection and invokes PROCEDURE with the connection object as an argument, analogously to call-with-input-file or call-with-output-file.

This closes the connection when control leaves PROCEDURE's dynamic extent and re-opens it when it is re-entered (more importantly, this ensures the connection is closed when an unhandled exception occurs).