[docs] xmldocs - racke modified refs/DatabaseDefault

docs at icdevgroup.org docs at icdevgroup.org
Thu Oct 27 16:07:00 EDT 2005


User:      racke
Date:      2005-10-27 20:07:00 GMT
Added:     refs     DatabaseDefault
Log:
purpose and example added

Revision  Changes    Path
1.1                  xmldocs/refs/DatabaseDefault


rev 1.1, prev_rev 1.0
Index: DatabaseDefault
===================================================================
__NAME__ purpose
default settings for Database directives
__END__

__NAME__ example: Default username and password
Most Interchange applications use only one SQL database. In that case
it is handy to specify SQL username and password at once instead of 
for each table separately.
<programlisting>
Variable SQLUSER interchange
Variable SQLPASS nevairbe
ParseVariables Yes
DatabaseDefault USER __SQLUSER__
DatabaseDefault PASS __SQLPASS__
ParseVariables No
</programlisting>
__END__ 







More information about the docs mailing list