DataBlade API Programmer's Manual
Chapter 12: DataBlade API Function Descriptions
Home
Contents
Index
Master Index
New Book
mi_collection_open()
The
mi_collection_open()
function opens a collection.
Syntax
MI_COLL_DESC *mi_collection_open(
conn
,
coll
)
MI_CONNECTION *conn;
MI_COLLECTION *coll;
conn
is the connection descriptor.
coll
is the collection descriptor.
Valid in Client Application?
Valid in Server Routine?
Yes
Yes
Return Values
The opened collection on success or
NULL
on failure.
Related Topics
For additional information, see
"Collections"
DataBlade API Programmer's Manual
, version 9.1
Copyright © 1998, Informix Software, Inc. All rights reserved.