Difference between revisions of "LIST TIMELINE"
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 5: | Line 5: | ||
==Syntax== | ==Syntax== | ||
− | LIST TIMELINE | + | LIST TIMELINE [RANGE <expC1> [, <expC2>] [FOR <expL>] |
Line 13: | Line 13: | ||
==Description== | ==Description== | ||
+ | |||
+ | <expC1> and <expC2> are string dates in the format YYYYMMDD (DTOS()). | ||
+ | |||
Database timelines provide row versioning for Recital database applications. Whenever a change is made to a table that is timeline enabled, delta changes are automatically recorded for each transaction. Changes made to any tables that are timeline enabled can be undone much like you would undo changes to program code that you edit in a text editor. To enable database timelines simply issue the SET TIMELINE ON command in your Recital configuration file. SET TIMELINE is OFF by default. | Database timelines provide row versioning for Recital database applications. Whenever a change is made to a table that is timeline enabled, delta changes are automatically recorded for each transaction. Changes made to any tables that are timeline enabled can be undone much like you would undo changes to program code that you edit in a text editor. To enable database timelines simply issue the SET TIMELINE ON command in your Recital configuration file. SET TIMELINE is OFF by default. | ||
Revision as of 16:25, 30 November 2009
Purpose
Enable database timelines for row versioning
Syntax
LIST TIMELINE [RANGE <expC1> [, <expC2>] [FOR <expL>]
See Also
CLEAR TIMELINE, ROLLBACK TIMELINE, SET TIMELINE, SET TIMESTAMP, SYSTIMELINE
Description
<expC1> and <expC2> are string dates in the format YYYYMMDD (DTOS()).
Database timelines provide row versioning for Recital database applications. Whenever a change is made to a table that is timeline enabled, delta changes are automatically recorded for each transaction. Changes made to any tables that are timeline enabled can be undone much like you would undo changes to program code that you edit in a text editor. To enable database timelines simply issue the SET TIMELINE ON command in your Recital configuration file. SET TIMELINE is OFF by default.
Example
list timeline
Products
Recital, Recital Server