Difference between revisions of "SET MEMOJOURNAL"

From Recital Documentation Wiki
Jump to: navigation, search
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=SET MEMOJOURNAL=
 
 
 
==Class==
 
Memos
 
 
 
 
==Purpose==
 
==Purpose==
 
Cause memo fields to be included in after image journaling
 
Cause memo fields to be included in after image journaling
Line 15: Line 8:
  
 
==See Also==
 
==See Also==
SET JOURNAL, SET MEMOEXT, RECOVER
+
[[RECOVER]], [[SET JOURNAL]], [[SET MEMOEXT]]
  
  
Line 25: Line 18:
  
 
==Example==
 
==Example==
<pre>
+
<code lang="recital">
 
use mytable
 
use mytable
 
set memojournal on
 
set memojournal on
 
set journal on
 
set journal on
set journal to /journals/mytabj</pre>
+
set journal to /journals/mytabj
 +
</code>
  
  
 
==Products==
 
==Products==
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
+
Recital Server, Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
[[Category:Set_Commands]]
+
[[Category:Set_Commands|MEMOJOURNAL]]
 +
[[Category:Memos]]
 +
[[Category:Memos Set Commands]]

Latest revision as of 16:17, 23 November 2009

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 Server, Recital