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

mi_lo_from_string()

The mi_lo_from_string() function converts an LO handle in its text representation to its binary representation.

Syntax

Usage

The mi_lo_from_string() function allocates an LO handle with the current memory duration. Use mi_free() to free this LO handle when it is no longer needed.

Return Values

MI_LO_HANDLE *

An LO handle that is the binary representation of the text LO handle that LOhdl_str references.

NULL

The function was not successful.

Related Topics

See the description of the mi_lo_to_string() function.

In Chapter 3, "Handling Smart Large Objects," see "Binary and Text Representations of an LO Handle".




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