dbconfig::connect

Name

dbconfig::connect -- Connect to a database

Synopsis


package require dbconfig

set handle [dbconfig::connect file-name]
                        

DESCRIPTION

Form a connection to an existing database in the file: file-name. The return value is a handle that will be used in other databsae calls. Note that the handle is actually a database instance command (see reference material on the Tcl bindings to the database API).