Home | Previous Page | Next Page   Writing Support Functions > Performing Bulk Copies >

The Stream Support Functions

The streamread() and streamwrite() support functions allow the database server to treat opaque data in a stream representation. That is, in a sequential, flattened format. The DataBlade API provides generic functions that handle the transfer of stream data between the database server and other sites or storage media. The IBM Informix: DataBlade API Programmer's Guide provides detailed information about using generic stream functions.

Important:
These support functions must be named streamread and streamwrite. The names are case insensitive.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]