{$page}

Updated: 2009-10-05

Version: Control 4.4

Table Purpose, Usage, and Notes

This table stores the Store Logo, Employee Photo, and Employee Signature images.

Information on Table Data

Note: The Description and FileName fields are not used in this table like they are in PricingGraphic. The image is always stored in the Picture field.

Table Structure

~ Table.FieldName ~ Data Type ~ Description ~ Links To
Graphic.ID int Primary Key for the Table Store.LogoID
Employee.PerImageID
Employee.SignatureID
Graphic.IsActive bit Indicates if Enabled. 1Record is Active, 0Record is Not Active
Graphic.IsSystem bit Used to Mark Required Records
Graphic.ModifiedByComputer nvarchar(25) HostName of computer that last modified this record
Graphic.ModifiedByUser nvarchar(25) Windows User who last modified this record
Graphic.ModifiedDate datetime DateTime this Record was last modified
Graphic.Picture image Binary data representing the image.
Graphic.SeqID int
Graphic.StoreID int Not Used.

Related Tables

PricingGraphic

See Also