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.