BBjStoredProcedureData::getConnectionProperty

Description

In BBj 12.0 and higher, this method returns the value of the specified connection property specified on the database connection.

Syntax

Return Value

Method

string

getConnectionProperty(string propertyName)

Parameters

Variable

Description

propertyName

The property name.

Return Values

Returns the value for the specified connection property specified on the database connection.

Remarks

None.

Example

rem 'A sample Stored Procedure program

sp! = BBjAPI().getFileSystem().getStoredProcedureData()

rem 'Get the value for a database connection property
dictPath$ = sp!.getConnectionProperty("DICTIONARY")

See Also

BBjAPI

BBjStoredProcedureData

ObjectVariables

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.