Additional Reading
UDBC Data Source Configuration
UDBC shares its API with ODBC, and is provided for platforms that do not have a suitable ODBC driver manager - it is for legacy unix systems which did not support dynamic library functions. As such, it is deprecated, and documented here only for completeness.
UDBC, like ODBC, is based on the notion of logical references to database backends through the use of Data Source Names.
Under UDBC, these are described as Universal Data Source Names (UDSNs) due to the cross data access standard nature of these Data Source Names (they are usable by
The
You identify your UDSN file to UDBC Drivers via the Environment Variable "UDBCINI".
Your
UDBCINI=/usr/openlink/bin/udbc.ini ; export UDBCINI
The above presumes that your
Referenced by...