2.30 NC_ParallelPort Table

The NC_ParallelPort table contains inventory data about parallel ports.

Column

Key

Type

Null

Description

ComponentOID

PK, FK

binary

No

An internal ID number used as a primary key.

LogicalName

nvarchar(64)

The name of the port, for example, LPT1.

IsEPP

smallint

No

True(1) indicates if EPP is supported; else 0.

IsECP

smallint

No

True(1) indicates if ECP is supported; else 0.

NOTE:The ComponentOID foreign key references the ComponentOID primary key column of the NC_Component table.