SQLLIST() Function - List SQL Sources BBj
For this topic's original documentation, see SQLLIST() Function - List SQL Sources.
BBj-Specific Information
In BBj 3.0 and higher, access is no longer
provided to the list of available ODBC data sources on MS Windows machines. This
is due to the fact that BBj is written in Java and does not have direct
access to the Windows API calls that retrieve this information. Therefore,
SQLLIST returns only those data sources that are explicitly defined in
the SQL.ini file.
NOTE: SQLOPEN(CHAN)"MyODBC"
can still be called to open a connection to an ODBC data source that is
not explicitly specified in the SQL.ini file.