Sources

From Species File Help
(Difference between revisions)
Jump to: navigation, search
(created page)
 
Line 1: Line 1:
 
'''tblSources''' contains sources of images, sound recordings and other data.
 
'''tblSources''' contains sources of images, sound recordings and other data.
  
*SourceID, integer, 2 bytes, identifier for the source
+
    SourceID, integer, 4 bytes, identifier for the source
*RefID, integer, 2 bytes, = tblRefs.RefID
+
    FileID, integer, 4 bytes, = tblFiles.FileID, file that used the source
*PersonID, integer, 2 bytes, = tblPeople.PersonID Not yet in use.
+
    SourceFileID, integer, 4 bytes, = tblFiles.FileID, file that provided the source
*LinkID, integer, 2 bytes, = tblLinks.LinkID Not yet in use.
+
    RefID, integer, 4 bytes, = tblRefs.RefID
*Date, smalldatetime Not yet in use.
+
    PersonID, integer, 4 bytes, = tblPeople.PersonID Not yet in use.
*DataFlags, integer, 2 bytes, bitwise flags for type of data present:   
+
    DataFlags, integer, 2 bytes, bitwise flags for type of data present:  1 = image, 2 = sound, 4 = specimen, 8 = key block, 16 = SupplTaxonInfo, 32 = ecological relationship  
**1 = image  
+
    Description, text, 600 bytes maximum
**2 = sound  
+
    LinkID, integer, 4 bytes, = tblLinks.LinkID, link to website that provided source
**4 = specimen  
+
    DateReceived, date, date when source was received, may be null
**8 = key block  
+
    LastUpdate, smalldatetime, date and time row last updated
**16 = SupplTaxonInfo  
+
    ModifiedBy, integer, 4 bytes, FileUserID of the signon that made the change
**32 = ecological relationship  
+
    CreatedOn, smalldatetime, date and time row was created
*Description, text, 600 bytes maximum
+
    CreatedBy, integer, 4 bytes, FileUserID of the signon that created the row
*LastUpdate, smalldatetime, date and time of last update
+
*ModifiedBy, integer, 2 bytes, UserID of the signon that made the change
+
  
 
[[Category:TaxaTables]]
 
[[Category:TaxaTables]]

Revision as of 16:16, 29 August 2012

tblSources contains sources of images, sound recordings and other data.

   SourceID, integer, 4 bytes, identifier for the source
   FileID, integer, 4 bytes, = tblFiles.FileID, file that used the source
   SourceFileID, integer, 4 bytes, = tblFiles.FileID, file that provided the source
   RefID, integer, 4 bytes, = tblRefs.RefID
   PersonID, integer, 4 bytes, = tblPeople.PersonID Not yet in use.
   DataFlags, integer, 2 bytes, bitwise flags for type of data present:  1 = image, 2 = sound, 4 = specimen, 8 = key block, 16 = SupplTaxonInfo, 32 = ecological relationship 
   Description, text, 600 bytes maximum
   LinkID, integer, 4 bytes, = tblLinks.LinkID, link to website that provided source
   DateReceived, date, date when source was received, may be null
   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