INFORMIX
DataBlade API Programmer's Manual
Chapter 12: DataBlade API Function Descriptions
Home Contents Index Master Index New Book

mi_large_object_readwithseek()

The mi_large_object_readwithseek() function reads data from any type of smart large object from the specified offset.

Syntax

Usage

This function provides direct access to a smart large object.

Tip: Informix provides the mi_large_object_readwithseek() function for backward compatibility only. Use the mi_lo_readwithseek() function for all new DataBlade routines.

Return Values

On success, returns the number of bytes read; on failure, returns MI_ERROR.

Related Topics

See the descriptions of the following functions: mi_large_object_read(), and mi_large_object_seek().

For information about accessing smart-large-object data, see Chapter 3, "Handling Smart Large Objects."




DataBlade API Programmer's Manual, version 9.1
Copyright © 1998, Informix Software, Inc. All rights reserved.