next up previous contents index
Next: 4.2.1 Connecting to and Up: 4. XSB-ODBC Interface Previous: 4.1 Introduction   Contents   Index

4.2 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

Terrance Swift 2007-10-06