IDL Programming > Objects > Miscellaneous Object Classes > IDLdbDatabase::SetProperty

IDLdbDatabase::SetProperty

Use the IDLdbDatabase::SetProperty procedure method to set properties of the database object.

Note: You must connect to the data source associated with the database object (using the IDLdbDatabase::Connect method) before attempting to set properties on the database object.

Syntax

DBobj -> [IDLdbDatabase ::]SetProperty [, PROPERTY=value]

Arguments

None.

Keywords

Any property listed under IDLdbDatabase Properties that contains the word “Yes” in the “Set” column of the properties table can be set using this method. To set the value of a property, specify the property name as a keyword set equal to the appropriate property value.

Version History

5.0

Introduced