Odbc v0.0.0 documentation

Documentation generated by XL CLAIRE v3.3.37 at Fri, 17 Nov 2006

Category index

  1. Connecting a database with ODBC

Method index


Odbc categories


categories
Connecting a database with ODBC

Connecting a database with ODBC

The Odbc module is a driver module for the Db interface. It relies the ODBC interface.


Odbc methods


categories Connecting a database with ODBC normal dispatch Odbc method

Db/odbc!(dsn:string, dvrTyp:integer) -> Db/Database

equivalent to odbc!(dsn, "", "", dvrTyp)


categories Connecting a database with ODBC normal dispatch Odbc method

Db/odbc!(dsn:string, user:string, dvrTyp:integer) -> Db/Database

equivalent to odbc!(dsn, user, "", dvrTyp)


categories Connecting a database with ODBC normal dispatch Odbc method

Db/odbc!(dsn:string, user:string, password:string, dvrTyp:integer) -> Db/Database

odbc!(dsn, user, password, dvrTyp) connects a database via ODBC and returns a Database handle that can be used with Db's module API. dsn stands for the data source name as declared from an ODBC administration, dvrTyp should be one of the following global variable defined in the Db module :