odbc-init ( -- env )


Vocabulary
odbc

Inputs
None

Outputs
envan ODBC environment handle


Word description
Initializes the ODBC driver manager and returns the environment handle required by odbc-connect.

See also
odbc-init, odbc-connect, odbc-disconnect, odbc-prepare, odbc-free-statement, odbc-execute, odbc-next-row, odbc-number-of-columns, odbc-describe-column, odbc-get-field, odbc-get-row-fields, odbc-get-all-rows, odbc-query

Definition