BBjStoredProcedureData::getConnectionProperty

Description

In BBj 12.00 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

Parameter Description
propertyName The property name.

Return Value

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

Object Variables

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