Index: openacs-4/packages/acs-core-docs/www/db-api.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/db-api.html,v diff -u -r1.50.2.15 -r1.50.2.16 --- openacs-4/packages/acs-core-docs/www/db-api.html 6 Jan 2017 09:18:41 -0000 1.50.2.15 +++ openacs-4/packages/acs-core-docs/www/db-api.html 21 Apr 2017 15:07:52 -0000 1.50.2.16 @@ -103,8 +103,8 @@ What the DB API (in conjuntion with the database drivers implemented for aolserver) do is send the SQL statement to the server for parsing, then bind values to the - variables and sends those values along seperately as a second - step. This seperate binding step is where the term + variables and sends those values along separately as a second + step. This separate binding step is where the term bind variable comes from.

This split has several advantages. First, type checking happens @@ -549,7 +549,7 @@ db_write_blob statement-name sql [ -bind bind_set_id | -bind bind_value_list ] db_blob_get_file statement-name sql [ -bind bind_set_id | -bind bind_value_list ] -

Analagous to ns_ora write_clob/write_blob/blob_get_file. +

Analogous to ns_ora write_clob/write_blob/blob_get_file.

db_release_unused_handles