Pnp_driver table
Description
Following the driver import (driver.csv in WSC), this table contains the data that deviates a driver.
Schema
Field |
Type |
Required |
Primary key |
Description |
drvID |
int |
* |
* |
IDENTITY(1,1) |
drvVENDORID |
nvarchar(max) |
* |
|
Possible values (which have a correspondence between translation and icon) : brother canon dell epson generic hp ibm km kodak kyocera lexmark microsoft minolta oce oki pantum ricoh sagem samsung sharp toshiba webex xerox |
drvWESID |
nvarchar(max) |
|
|
WesId associated (Id of the WES in Watchdoc) |
drvSECURITYTYPE |
int |
* |
|
0 = None, 1 = Driver, 2 = Watchdoc |
drvLABEL |
nvarchar(450) |
|
|
Name of the driver |
drvQUALITY |
nvarchar(max) |
|
|
Quality of the driver (Example : 300, 600) |
drvISCOLOR |
bit |
* |
|
Colour or black and white |
drvISDUPLEX |
bit |
* |
|
simplex or duplex driver |
drvINFPATHV3 |
nvarchar(max) |
|
|
Path to the .inf (V3) driver physically stored on each Watchdoc server |
drvINFPATHV4 |
nvarchar(max) |
|
|
Path to the .inf (V4) driver physically stored on each Watchdoc server |
drvISWATCHDOC |
bit |
* |
|
Determines if by default, when this driver is selected, it is pre-checked to declare the file in Watchdoc |
drvISRAW |
bit |
* |
|
Determines whether by default when this driver is selected, the print mode is pre-selected to RAW or EMF |