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

mi_large_object_close()

The mi_large_object_close() function closes an open smart large object.

Syntax

Usage

The mi_large_object_close() function causes all pending writes to the object to complete so that all the data is written before the transaction commits. You can use this function with any type of smart large object.

This function provides direct access to a smart large object.

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

Return Values

Returns MI_ERROR if the connection or the iodesc value is invalid. Otherwise, returns zero.

Related Topics

See the description of the mi_large_object_open() function.

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.