For your DataBlade API module to work in any IBM Informix locale, you must implement your DataBlade API module so that it is internationalized. That is, the module must not make any assumptions about the locale in which it will execute.
A C UDR inherits the server-processing locale as its current processing locale. The database server dynamically creates a server-processing locale for a particular session when a client application establishes a connection. The database server uses the client locale, database locale, the server locale, and information from the client application to determine the server-processing locale. For more information on how the database server determines the server-processing locale, see the IBM Informix: GLS User's Guide.
A client LIBMI application performs its I/O tasks in the client locale. Any database requests that the application makes execute on the database server in the server-processing locale.
This section provides the following information about how to internationalize a C UDR and the support that the DataBlade API provides for internationalized UDRs.
An internationalized C UDR must handle the following GLS considerations.
For more information on how to handle these GLS considerations within a C UDR, see the chapter on database servers in the IBM Informix: GLS User's Guide.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]