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

MinimumSize Property

See Also
Example
Applies To

OraParameter

OraParamArray

Description

Returns the minimum size of an OraParameter or OraParamArray string buffer or ByteArray (for ORATYPE_RAW_BIN). For OraParamArrays, the minimum size property is read-only at run time. For OraParameters, the minimum size is read/write at run time.

Usage

oraparameter.MinimumSize

oraparamarray.MinimumSize

Remarks

Use this property to get the minimum number of characters or bytes to be allocated for each element of the array. For OraParamArrays, the size is specified using the AddTable method.

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