DataBlade API Programmer's Manual
Chapter 11: Developing Server Functions
Home
Contents
Index
Master Index
New Book
Connection Issues
Unlike a client function, which can simultaneously connect to several databases, a server DataBlade API function executes in the context of a server process that already has a database open and is inside a transaction.
In a server DataBlade API function, use the following function to obtain a
MI_CONNECTION
handle to the open database:
mi_open(NULL, NULL, NULL);
For portability between client and database server, use the default database in the environment.
DataBlade API Programmer's Manual
, version 9.1
Copyright © 1998, Informix Software, Inc. All rights reserved.