The following enhancements have been made to functions that are valid within DataBlade API modules.
Use the mi_get_db_locale() function to return the value of the current database server locale.
| Task | Manual |
|---|---|
| Return the value of the current database server locale. | IBM Informix DataBlade API Programmer's Guide |
| Use the mi_get_db_locale() function. | IBM Informix DataBlade API Function Reference |
Use the mi_get_transaction_id() function to return the ID of the current transaction.
| Task | Manual |
|---|---|
| Return the ID of the current transaction. | IBM Informix DataBlade API Programmer's Guide |
| Use the mi_get_transaction_id() function. | IBM Informix DataBlade API Function Reference |
Use the mi_realloc() function to change the size of an existing memory block.
| Task | Manual |
|---|---|
| Change the size of an existing memory block. | IBM Informix DataBlade API Programmer's Guide |
| Use the mi_realloc() function. | IBM Informix DataBlade API Function Reference |
Use the mi_stack_limit() function to determine whether the current user stack has the specified amount of free space.
| Task | Manual |
|---|---|
| Determine whether the current user stack has the specified amount of free space. | IBM Informix DataBlade API Programmer's Guide |
| Use the mi_stack_limit() function. | IBM Informix DataBlade API Function Reference |
Use the mi_system() function to execute operating system commands in a separate thread.
| Task | Manual |
|---|---|
| Use the mi_system() function. | IBM Informix DataBlade API Function Reference |
Version 9.4 provides stream support for greater than 2 GB files.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]