Documentation generated by XL CLAIRE v3.3.37 at Fri, 17 Nov 2006
| categories Connecting a database with ODBC |
The Odbc module is a driver module for the Db interface. It relies the ODBC interface.
| categories | Connecting a database with ODBC | normal dispatch | Odbc method |
equivalent to odbc!(dsn, "", "", dvrTyp)
| categories | Connecting a database with ODBC | normal dispatch | Odbc method |
equivalent to odbc!(dsn, user, "", dvrTyp)
| categories | Connecting a database with ODBC | normal dispatch | Odbc method |
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 :