|
Database libraries |
The database libraries section includes the ODBC or OCI (Oracle Call Interface) libraries, as well as the library you can use to access the data stored in the native WebHare dbase. You can use these libraries to connect to multiple databases concurrently.
|
 |
Accessing ODBC data sources (wh::dbase/odbc.whlib) |
Access ODBC data sources, using already installed Microsoft data access components or a UnixODBC driver.
|
 |
Accessing a LDAP server as a database (wh::dbase/ldap.whlib) |
This library provides SQL access to an LDAP server.
|
 |
Accessing a local database (wh::dbase/local.whlib) |
Local databases can be used to store HareScript records in temporary tables, that can be accessed using HareScript's SQL commands. These functions are generally used to 'simulate' tables. Data in a local transaction is always destroyed when the running script ends.
|
 |
Accessing an Oracle database (wh::dbase/oci.whlib) |
This library provides access to an Oracle database through OCI (Oracle Call Interface). An Oracle Client installation is required to actually use this library.
|
 |
Accessing the WebHare database (wh::dbase/whdb.whlib) |
This library is provides access to data stored inside a WebHare database. This library is only available for WebHare AP, and cannot be used by WebHare Lite to access a WebHare AP database.
|