Oracle Objects for OLE C++ Class Library
Release 9.0.1

Part Number A90172-01

Home

Book List

Contents

Master Index

Feedback

GetServerSize Method

Applies To

OField

Description

This method returns the length of the field as stored on the server.

Usage

long GetServerSize(void) const

Remarks

The size of a field may be different on the client and the server. This is most notable in the case of long (server type OTYPE_LONG) and long raw (server type OTYPE_LONGRAW) fields.

To get the size of the field as stored on the client, use GetSize.

Return Value

The size of the field; 0 on error.


 
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.

Home

Book List

Contents