next up previous contents index
Next: Connecting to and Disconnecting Up: XSB-ODBC Interface Previous: Introduction   Contents   Index

Using the Interface

The XSB-ODBC module is a module and as such exports the predicates it supports. In order to use any predicate defined below, it must be imported from odbc_call. For example, before you can use the predicate to open a data source, you must include:

:- import odbc_open/3 from odbc_call.



Subsections

Luis Fernando P. de Castro 2003-06-27