RPSqlDatabase table

<< Click to Display Table of Contents >>

RayPack > 7.3 u6 > User Guide > Reference and Cheat Sheets > Custom RayPack Installer Database Tables 

RPSqlDatabase table

The RPSqlDatabase table contains the columns shown in the following table.

 

Column

Type

Key

Nullable

RPSqlDatabase

Identifier (s72)

Y

N

Server

Text (s72)

N

N

Instance

Text (S255)

N

Y

Database

Text (s255)

N

N

Component_

Text (s72)

N

N

RPUser_

Text (S72)

N

Y

RPSqlFileSpec_

Text (S72)

N

Y

RPSqlFileSpec_Log

Text (S72)

N

Y

Attributes

Integer (I2)

N

Y

 

Columns

RPSqlDatabase

Display name of the Sql Database.

 

Server

Address of the database server.

 

Instance

Name of the database Instance.

 

Database

Name of the Sql Database.

 

Component_

Required foreign key into the Component Table, specifying the component controlling the processing of sql database.

 

RPUser_

User used to log into database.

 

RPSqlFileSpec_

Foreign key referencing RPSqlFileSpec.

 

RPSqlFileSpec_Log

Foreign key referencing RPSqlFileSpec.

 

Attributes

1 = create on install

2 = drop on uninstall

4 = continue on error

8 = drop on install

16 = create on uninstall

32 = confirm update existing table

64 = create on reinstall

128 = drop on reinstall