INFORMIX
DataBlade API Programmer's Manual
Introduction
Home Contents Index Master Index New Book

About This Manual

The DataBlade API Programmer's Manual contains information on the DataBlade API, the C-language application programming interface provided with INFORMIX-Universal Server. The DataBlade API is used in the development of client and server applications that access data stored in a Universal Server database.

Organization of This Manual

This manual includes the following chapters:

Types of Users

This manual is written for experienced C programmers who use DataBlade API functions in DataBlade modules.

Software Dependencies

This manual assumes that you are using INFORMIX-Universal Server, Version 9.12, as your database server.

In this manual, all instances of Universal Server refer to INFORMIX-Universal Server.

Assumptions About Your Locale

Informix products can support many languages, cultures, and code sets. All culture-specific information is brought together in a single environment, called a GLS (Global Language Support) locale.

This manual assumes that you are using the default locale, en_us.8859-1. This locale supports U.S. English format conventions for dates, times, and currency. In addition, this locale supports the ISO 8859-1 code set, which includes the ASCII code set plus many 8-bit characters such as é, è, and ñ.

If you plan to use nondefault characters in your data or your SQL identifiers, or if you want to conform to the nondefault collation rules of character data, you need to specify the appropriate nondefault locale(s). For instructions on how to specify a nondefault locale, additional syntax, and other considerations related to GLS locales, see the Guide to GLS Functionality.




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