Added in Version 6.0
The PLUGINEXTS table stores information about dependent .dlls (or dependent .ocx's) that are necessary to use some ActiveX controls. There are only PLUGINEXTS records for .ocx records that require other .dlls to run.
Table Relationships
The PLUGINEXTS table has a (Many) to (Zero or One) relationship with the PLUGIN table.
|
CreateUser and ModifyUser are foreign keys referencing UserID in the USERINFO table. |
Field | Datatype (Length) | Allow Nulls | Indexes |
---|---|---|---|
PLUGINEXTSID |
char(12) |
NULLS |
|
FILENAME |
varchar(255) |
NULLS |
|
PLUGINID(FK) |
char(12) |
NULLS |
|
DATA |
image(16) |
NULLS |
|
CREATEUSER (FK) |
char(12) |
NULLS |
|
CREATEDATE |
datetime(8) |
NULLS |
|
MODIFYUSER (FK) |
char(12) |
NULLS |
|
MODIFYDATE |
datetime(8) |
NULLS |
|