Difference between revisions of "SET MEMOJOURNAL"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
==Class== | ==Class== | ||
Memos | Memos | ||
Line 25: | Line 22: | ||
==Example== | ==Example== | ||
− | < | + | <code lang="recital"> |
use mytable | use mytable | ||
set memojournal on | set memojournal on | ||
set journal on | set journal on | ||
− | set journal to /journals/mytabj</ | + | set journal to /journals/mytabj |
+ | </code> | ||
Revision as of 15:50, 16 April 2009
Class
Memos
Purpose
Cause memo fields to be included in after image journaling
Syntax
SET MEMOJOURNAL ON | OFF | (<expL>)
See Also
RECOVER, SET JOURNAL, SET MEMOEXT
Description
The SET MEMOJOURNAL command causes memo fields to be journalled when journaling is set on a table.
This command allows the optional logical expression <expL> to be evaluated. If a value of .T. is returned, MEMOJOURNAL is set ON. If a value of .F. is returned, MEMOJOURNAL is set OFF. By default SET MEMOJOURNAL is OFF.
Example
use mytable set memojournal on set journal on set journal to /journals/mytabj
Products
Recital Database Server, Recital Mirage Server, Recital Terminal Developer