Oracle Objects for OLE
Release 9.2

Part Number A95895-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents

Master Index

Feedback

Status (OraLOB/BFILE) Property

Applies To

OraBLOB, OraCLOB

OraBFILE

Description

Returns the status of the current polling operation. Read only.

Usage

status = OraBFile.Status

status = OraBlob.Status

status = OraClob.Status

Remarks

This value only has meaning when PollingAmount property is not zero, and a Read operation has occurred. Possible return values are:

· ORALOB_NEED_DATA - There is more data to be read/written

· ORALOB_NODATA - There is no data to be read/written usually due to an error condition

· ORALOB_SUCCESS LOB - Data read/written successfully

Data Type

Integer


 
Oracle
Copyright © 1994, 2002 Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents

Master Index

Feedback