brName Property

   

Syntax

sValue = object.brName

Parameters

Parameter

Description

sValue

The return value is a String data type.

object

An object variable that represents an object in the Applies To list.

Remarks

clsD3Connection objects – This property returns the first parameter of the brOpenConnection method - either "ODBC" or "ODBC;" (same as the brDomain property) and the ODBC data source name passed as the second parameter to the brOpenConnection method (same as the brDatabase property) separated by a space.

clsD3DynamicArray objects – For clsD3DynamicArray objects created from the methods of the clsD3File class, namely, brRead, brReadU, brReadV and brReadVU, this property returns the item-id of the D3 item read from the file. For clsD3DynamicArray objects created from the brCapturing and brReturning methods, this property returns the statement that was executed.

The brName property will return NULL if the object has not been initialized or opened.