DataBlade API Programmer's Manual
Chapter 11: Developing Server Functions
Home
Contents
Index
Master Index
New Book
Transaction Issues
All statements in a server DataBlade API function occur inside a single transaction. Therefore, the following SQL statements must not be issued from a server function:
BEGIN WORK
COMMIT WORK
ROLLBACK WORK
For more information about these statements, see the
Informix Guide to SQL: Syntax
.
DataBlade API Programmer's Manual
, version 9.1
Copyright © 1998, Informix Software, Inc. All rights reserved.