CollectEvents

From Species File Help
(Difference between revisions)
Jump to: navigation, search
(created page)
 
(added content)
Line 1: Line 1:
'''tblCollectEvents''', information about the date and collector
+
'''tblCollectEvents''' contains information about the date and collector.
  
    CollectEventID, integer, 4 bytes, identifier for the collecting event
+
*CollectEventID, integer, 4 bytes, identifier for the collecting event
    CollectorName, text, 100 bytes maximum.  To be deleted when CollectorID is implemented and linking table to tblPeople is available.
+
*FileID, integer, 4 bytes, = tblFiles.FileID
    Year, integer, 2 bytes, year collecting started. There is a special case of Year = 1000, used to signify that no year is available for the collection event, but month (and perhaps day) are significant to the event.
+
*CollectorName, text, 100 characters maximum.  To be deleted when CollectorID is implemented and linking table to tblPeople is available.
    Month, integer, 1 byte, month collecting started
+
*Year, integer, 2 bytes, year collecting started. There is a special case of Year = 1000, used to signify that no year is available for the collection event, but month (and perhaps day) are significant to the event.
    Day, integer, 1 byte, day of month collecting started
+
*Month, integer, 1 byte, month collecting started
    DaysToEnd, integer, 2 bytes, additional days in collecting period (usually 0)
+
*Day, integer, 1 byte, day of month collecting started
    LastUpdate, smalldatetime, date and time of last update
+
*DaysToEnd, integer, 2 bytes, additional days in collecting period (usually 0)
    ModifiedBy, integer, 2 bytes, UserID of the signon that made the change
+
*LastUpdate, smalldatetime, date and time row last updated
 +
*ModifiedBy, integer, 4 bytes, FileUserID of the signon that made the change
 +
*CreatedOn, smalldatetime, date and time row was created
 +
*CreatedBy, integer, 4 bytes, FileUserID of the signon that created the row
  
 
[[Category:SpecimenTables]]
 
[[Category:SpecimenTables]]

Revision as of 11:15, 29 August 2012

tblCollectEvents contains information about the date and collector.

  • CollectEventID, integer, 4 bytes, identifier for the collecting event
  • FileID, integer, 4 bytes, = tblFiles.FileID
  • CollectorName, text, 100 characters maximum. To be deleted when CollectorID is implemented and linking table to tblPeople is available.
  • Year, integer, 2 bytes, year collecting started. There is a special case of Year = 1000, used to signify that no year is available for the collection event, but month (and perhaps day) are significant to the event.
  • Month, integer, 1 byte, month collecting started
  • Day, integer, 1 byte, day of month collecting started
  • DaysToEnd, integer, 2 bytes, additional days in collecting period (usually 0)
  • LastUpdate, smalldatetime, date and time row last updated
  • ModifiedBy, integer, 4 bytes, FileUserID of the signon that made the change
  • CreatedOn, smalldatetime, date and time row was created
  • CreatedBy, integer, 4 bytes, FileUserID of the signon that created the row
Personal tools
Namespaces

Variants
Actions
Navigation
Species Files
Wiki
Toolbox