Description

Returns a Journal McDBNode for an opened Database McDBNode.

Return Type

A McDBNodes object.   The Journal McDBNodes found for the criteria given in descending sorted order.
Failure Returns Nothing

Failure conditions:
* Invalid argument
* Criteria does not specify a Journal Object.

Syntax

object.DatabaseToJournal (pdbnodeDatabase, [dDaysToSearch], [sAttributeName], [vAttributeValue], [lLimitResultCount])

The DatabaseToJournal Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McDataJournal.
pdbnodeDatabaseRequired. A McDBNode object. The Database (not in the Journal) McDBNode reference to be found in the Journal.
dDaysToSearchOptional. A Double value. Additional criteria based on the modified time of the searched object. When 0, no timely criteria is used. The sign of the value ignored so that the magnitude is always into the past. Integral values specify inclusive date only criteria (1 is today). Non-Integral values specify time from right now in days. Therefore 1/24 would specify objects modified in the last hour.
sAttributeNameOptional. A String value. Additional attribute name(s) to be added to the criteria. The values are tested for equality (mcdbEQ) from vAttributeValue or pdbnodeDatabase. Multiple string values may be specified delimited by null characters (vbNullChar) .
vAttributeValueOptional. A Variant value. The value for sAttributeName. When not a string or numeric data the value(s) will be retrieved from pdbnodeDatabase. Multiple string values may be specified delimited by null characters (vbNullChar) .
lLimitResultCountOptional. A Long value. Not implemented at this time.