DataBlade API Programmer's Manual
Chapter 2: Using DataBlade API Data Types
Home
Contents
Index
Master Index
New Book
Text and String Support
Because many DataBlade API functions expect to manipulate data as type
mi_lvarchar
, the DataBlade API supplies the following conversion functions to provide text and string support:
mi_string_to_lvarchar()
mi_lvarchar_to_string()
For example, you can use
mi_lvarchar_to_string()
to convert an
mi_lvarchar
value to a string for printing.
To use these functions, include
milib.h
. For individual descriptions of these functions, see
Chapter 12, "DataBlade API Function Descriptions."
For information on manipulating data types, see the
INFORMIX-ESQL/C Programmer's Manual
.
DataBlade API Programmer's Manual
, version 9.1
Copyright © 1998, Informix Software, Inc. All rights reserved.