Database object properties
The following list summarizes the Database object properties:
Property name | Access | Description |
---|---|---|
CheckTimeoutInterval | Read/Write | Sets or returns the interval at which to check for user timeouts. |
ConnectHosts | Read/Write | Sets or returns the host name list for the physical location of a database server. |
ConnectProtocols | Read/Write | Sets or returns the network protocol list for the database server. |
DatabaseFeatureLevel | Read | Gets the feature level of your session database. |
DatabaseName | Read/Write | Sets or returns the physical name of the database. |
DBOLogin | Read/Write | Sets or returns the database owner's login name. |
DBOPassword | Read/Write | Sets or returns the database owner's password. |
Description | Read/Write | Sets or returns the descriptive comment associated with the database. |
GetAllUsers | Read | Returns all users that are subscribed to the database. |
Name | Read/Write | Sets or returns the logical database name. |
ROLogin | Read/Write | Sets or returns the login name for users who have read-only access to the database. |
ROPassword | Read/Write | Sets or returns the password for users who have read-only access to the database. |
RWLogin | Read/Write | Sets or returns the login name for users who have read/write access to the database. |
RWPassword | Read/Write | Sets or returns the password for users who have read/write access to the database. |
SchemaRev | Read-only | Returns the schema revision currently in use by the database. |
Server | Read/Write | Sets or returns the name of the server on which the database resides. |
SubscribedGroups | Read-only | Returns the groups that are explicitly subscribed to this database. |
SubscribedUsers | Read-only | Returns the users that are explicitly subscribed to this database. |
TimeoutInterval | Read/Write | Sets or returns the user timeout interval. |
Vendor | Read/Write | Sets or returns the vendor type of the database. |