Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   Database access
  Home |  WebHare Lite |  Downloads |  HareScript |  Websites/CMS |  Applications
Search for:  in: 
Applications
Module development
Core functions
 
Configuration
Database access
Managing users, units and privileges
Task scheduler
WebHare mailer
WebHare webserver
Database access

Table definitions and binding functions for the system module. If a primary
transaction is available, this library will automatically bind all tables
to this transaction.

Use the following code in your script to load the library:

  LOADLIB "module::system/database.whlib";

Public Functions and Macros

BindSystemTables Bind system tables
GetPrimaryWebhareTransaction Access the primary (pre-set) transaction
GetPrimaryWebhareTransactionUserid Get the user ID associated with the primary transaction
 
Top To top of page