RtlHandheldDevices Table

<< Click to Display Table of Contents >>

Navigation:  iVend Database Database > Tables >

RtlHandheldDevices Table

Navigation: iVend Database Database > Tables >

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

iVend 6.6 Database Help

RtlHandheldDevices Table

Collapse All Expand All

iVend Database Database : RtlHandheldDevices Table

Description

Stores the registered Handheld devices information

Properties

Creation Date

4/13/2015 12:00 PM

File Group

PRIMARY

Text File Group

 

System Object

dbimages_boolean-false

Published for Replication

dbimages_boolean-false

Rows

0

Data Space Used

0.00 KB

Index Space Used

0.00 KB

Columns

 

Column Name

Description

Datatype

Length

Allow Nulls

Default

Formula

Primary Key

InformationKey

System generated Primary key of the table.

VarWChar

50

 

 

 

 

SiteId

Site id for which this information is applied to. Prefix have to be unique for each site for each Source type

VarWChar

50

 

 

 

 

MachineId

Machine ID where the Handheld Devices is registered

VarWChar

200

 

 

 

 

HardwareId

Value is the Hardware Id of the machine to which this device is attached.

VarWChar

200

 

 

 

 

IsActive

Value is true if the security user is active.

Boolean

1

dbimages_tick

((1))

 

 

RegistrationDate

Specifies the Date on which the Management Console is Registered

DBTimeStamp

4

dbimages_tick

 

 

 

CurrentVersion

Refers to the Current Version of the Management console at Store with the Hardware id

VarWChar

50

dbimages_tick

 

 

 

ThermalLabelKey

Stores the Thermal label key

VarWChar

50

dbimages_tick

((0))

 

 

PrinterName

Stores the Printer name

VarWChar

255

dbimages_tick

 

 

 

LabelPrinterLanguage

 

Integer

4

dbimages_tick

((0))

 

Indexes

Index

Description

Primary

Unique

PK_RtlHandheldDevicesInfo

 

dbimages_tick

dbimages_tick

SQL

SET ANSI_NULLS ON

SET QUOTED_IDENTIFIER ON

CREATE TABLE [dbo].[RtlHandheldDevices](

[InformationKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,

[SiteId] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,

[MachineId] [nvarchar](200) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,

[HardwareId] [nvarchar](200) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,

[IsActive] [bit] NULL,

[RegistrationDate] [datetime] NULL,

[CurrentVersion] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

[ThermalLabelKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

[PrinterName] [nvarchar](255) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

[LabelPrinterLanguage] [int] NULL,

CONSTRAINT [PK_RtlHandheldDevicesInfo] PRIMARY KEY CLUSTERED

(

[InformationKey] ASC

)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]

) ON [PRIMARY]

ALTER TABLE [dbo].[RtlHandheldDevices] ADD CONSTRAINT [DF_RtlHandheldDevicesInfo_IsActive] DEFAULT ((1)) FOR [IsActive]

ALTER TABLE [dbo].[RtlHandheldDevices] ADD CONSTRAINT [DF_RtlHandheldDevices_ThermalLabelKey] DEFAULT ((0)) FOR [ThermalLabelKey]

ALTER TABLE [dbo].[RtlHandheldDevices] ADD CONSTRAINT [DF__RtlHandhe__Label__5753C756] DEFAULT ((0)) FOR [LabelPrinterLanguage]

See Also

Related Objects

iVend Database Database

 

 


© 2019 All Rights Reserved.

Send comments on this topic.