From: David G. <dgl...@us...> - 2004-09-03 16:57:15
|
Update of /cvsroot/babeldoc/babeldoc/readme/userguide In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22496/babeldoc/readme/userguide Modified Files: chapter4.xml Log Message: Added journal support for Sql Server Index: chapter4.xml =================================================================== RCS file: /cvsroot/babeldoc/babeldoc/readme/userguide/chapter4.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** chapter4.xml 14 Apr 2004 20:13:41 -0000 1.4 --- chapter4.xml 3 Sep 2004 16:57:02 -0000 1.5 *************** *** 32,35 **** --- 32,37 ---- <listitem>mysql</listitem> <listitem>oracle</listitem> + <listitem>postgresql</listitem> + <listitem>sqlserver</listitem> <listitem>ejb</listitem> </orderedlist> *************** *** 77,81 **** <userinput>journal_data</userinput>: Storage for the enriched variables associated with the document. The primary reason that these variables are stored separately is that they can be used as query parameters for console operations. Note that long and binary variables are not stored to the database and that strings can get truncated.</listitem> </orderedlist> ! <para>The configuration for both the Mysql and Oracle journals are stored in the configuration file: <userinput>config/journal/sql/config.properties</userinput>. The only configuration option in this file is <userinput>resourceName</userinput> indicates that name of the resource that will manage the database connection. Current the journal is implemented in a separate schema (instance, whatever) than the other database storage areas (user, and console).</para> </section> --- 79,83 ---- <userinput>journal_data</userinput>: Storage for the enriched variables associated with the document. The primary reason that these variables are stored separately is that they can be used as query parameters for console operations. Note that long and binary variables are not stored to the database and that strings can get truncated.</listitem> </orderedlist> ! <para>The configuration for the Mysql, Oracle, PostgreSQL, and SQL Server journals are stored in the configuration file: <userinput>config/journal/sql/config.properties</userinput>. The only configuration option in this file is <userinput>resourceName</userinput> indicates that name of the resource that will manage the database connection. Currently the journal is implemented in a separate schema (instance, whatever) than the other database storage areas (user, and console).</para> </section> *************** *** 85,89 **** </section> </section> ! <section> <title>Journal Tool</title> --- 87,91 ---- </section> </section> ! <section> <title>Journal Tool</title> |