Index: openacs-4/packages/acs-core-docs/www/db-api-detailed.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/db-api-detailed.html,v diff -u -r1.8 -r1.9 --- openacs-4/packages/acs-core-docs/www/db-api-detailed.html 10 Aug 2002 20:07:20 -0000 1.8 +++ openacs-4/packages/acs-core-docs/www/db-api-detailed.html 28 Feb 2003 05:36:04 -0000 1.9 @@ -1,11 +1,11 @@ -Database Access API

Database Access API

+Database Access API

Database Access API

by Jon Salz. Revised and expanded by Roberto Mello (rmello at fslc dot usu dot edu), July 2002.
- OpenACS docs are written by the named authors, but may be edited - by OpenACS documentation staff. -

  • Tcl procedures: /packages/acs-kernel/10-database-procs.tcl

  • Tcl initialization: /packages/acs-kernel/database-init.tcl

The Big Picture

+ OpenACS docs are written by the named authors, but may be edited + by OpenACS documentation staff. +

  • Tcl procedures: /packages/acs-kernel/10-database-procs.tcl

  • Tcl initialization: /packages/acs-kernel/database-init.tcl

The Big Picture

One of OpenACS's great strengths is that code written for it is very close to the database. It is very easy to interact with the database from anywhere within OpenACS. Our goal is to develop a coherent API for database access which @@ -731,6 +731,4 @@ The nsv containing the list is initialized by the bootstrap script and should never be referenced directly by user code. Returns the current rdbms type and version. -

($Id$)
+

($Id$)
View comments on this page at openacs.org