manpagez: man pages & more
man tdbc(n)
Home | html | info | man
tdbc(n)                    Tcl Database Connectivity                   tdbc(n)



______________________________________________________________________________


NAME

       tdbc - Tcl Database Connectivity


SYNOPSIS

       package require tdbc 1.0
       package require tdbc::driver version

       tdbc::driver::connection create db ?-option value...?
______________________________________________________________________________


DESCRIPTION

       Tcl Database Connectivity (TDBC) is a common interface for Tcl programs
       to access SQL databases. It is implemented  by  a  series  of  database
       drivers: separate modules, each of which adapts Tcl to the interface of
       one particular database system.  All of the drivers implement a  common
       series  of  commands for manipulating the database.  These commands are
       all named dynamically, since they all represent objects in the database
       system.  They  include  connections,  which  represent connections to a
       database; statements, which represent SQL statements, and result  sets,
       which represent the sets of rows that result from executing statements.
       All of these have manual pages of their own, listed under SEE ALSO.

       In addition, TDBC itself has a few service procedures that are  chiefly
       of interest to driver writers. SEE ALSO also enumerates them.


SEE ALSO

       Tdbc_Init(3),  tdbc_connection(n), tdbc_mapSqlState(n), tdbc_result-
       set(n),    tdbc_statement(n),    tdbc_tokenize(n),    tdbc_mysql(n),
       tdbc_odbc(n), tdbc_postgres(n), tdbc_sqlite3(n)


KEYWORDS

       TDBC, SQL, database, connectivity, connection, resultset, statement


COPYRIGHT

       Copyright (c) 2008 by Kevin B. Kenny.



Tcl                                   8.6                              tdbc(n)

tcl 8.6.7 - Generated Fri Aug 11 05:49:13 CDT 2017
© manpagez.com 2000-2025
Individual documents may contain additional copyright information.