Skip Headers

Oracle® Objects for OLE Developer's Guide
Release 9.2.0.4

Part Number B10952-01
Go To Table Of Contents
Contents

DisableBuffering (OraLOB) Method

Applies To

OraBLOB, OraCLOB

Description

Disables buffering of LOB operations.

Arguments

none

Usage

OraBlob.DisableBuffering

OraClob.DisableBuffering

Remarks

This method does not automatically flush the buffers. FlushBuffer method should be used to flush any changes before buffering is disabled. See the
EnableBuffering method.


 
Oracle
Copyright © 1994, 2003 Oracle Corporation.

All Rights Reserved.
Go To Table Of Contents
Contents