ODAC

TOraDataSet.GetLobLocator Method

Retrieves a TOraLob object for a field with known name.

Class

TOraDataSet

Syntax

function GetLobLocator(const FieldName: string): TOraLob;

Parameters
FieldName
Holds the name of an existing field.
Return Value
a TOraLob object for a field with known name.

Remarks

Call the GetLobLocator method to retrieve a TOraLob object for a field when only its name is known. FieldName is the name of an existing field. The field should have the ftOraClob or ftOraBlob type.

Note: GetLobLocator is an obsolete method. In newer projects call GetLob instead.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback