SFSeditLog

From Species File Help
(Difference between revisions)
Jump to: navigation, search
(created page)
 
(bullets)
Line 1: Line 1:
 
'''tblSFSeditLog''', a single table in SFSdb, columns are the same as in tblEditLog, as modified in version 3.5
 
'''tblSFSeditLog''', a single table in SFSdb, columns are the same as in tblEditLog, as modified in version 3.5
  
    DateTime, timestamp for time of entry
+
*DateTime, timestamp for time of entry
    FileID, integer, 2 bytes, = tblFiles.FileID, if > 0, then the file that made a change
+
*FileID, integer, 2 bytes, = tblFiles.FileID, if > 0, then the file that made a change
    SFuserID, integer, 2 bytes, identifier for species file signon that did the edit, FileID needed to locate the signon
+
*SFuserID, integer, 2 bytes, identifier for species file signon that did the edit, FileID needed to locate the signon
    SFSuserID, integer, 2 bytes, identifier for Species File Software signon that did the edit
+
*SFSuserID, integer, 2 bytes, identifier for Species File Software signon that did the edit
    UnitName, text, 100 bytes maximum, program unit that generated the entry
+
*UnitName, text, 100 bytes maximum, program unit that generated the entry
    Description, text, 400 bytes maximum, description of change
+
*Description, text, 400 bytes maximum, description of change
    WhereClause, text, 200 bytes maximum, information used in the where clause of a SQL query
+
*WhereClause, text, 200 bytes maximum, information used in the where clause of a SQL query
    DataSpecs, text, 400 bytes maximum, a listing of the data specifications as they appear in OldData and NewData
+
*DataSpecs, text, 400 bytes maximum, a listing of the data specifications as they appear in OldData and NewData
    OldData, text, 8000 bytes maximum, previously recorded data
+
*OldData, text, 8000 bytes maximum, previously recorded data
    NewData, text, 8000 bytes maximum, newly recorded data  
+
*NewData, text, 8000 bytes maximum, newly recorded data  
  
 
[[Category:AdminTables]]
 
[[Category:AdminTables]]

Revision as of 11:58, 2 September 2012

tblSFSeditLog, a single table in SFSdb, columns are the same as in tblEditLog, as modified in version 3.5

  • DateTime, timestamp for time of entry
  • FileID, integer, 2 bytes, = tblFiles.FileID, if > 0, then the file that made a change
  • SFuserID, integer, 2 bytes, identifier for species file signon that did the edit, FileID needed to locate the signon
  • SFSuserID, integer, 2 bytes, identifier for Species File Software signon that did the edit
  • UnitName, text, 100 bytes maximum, program unit that generated the entry
  • Description, text, 400 bytes maximum, description of change
  • WhereClause, text, 200 bytes maximum, information used in the where clause of a SQL query
  • DataSpecs, text, 400 bytes maximum, a listing of the data specifications as they appear in OldData and NewData
  • OldData, text, 8000 bytes maximum, previously recorded data
  • NewData, text, 8000 bytes maximum, newly recorded data
Personal tools
Namespaces

Variants
Actions
Navigation
Species Files
Wiki
Toolbox