Binary send and receive functions

Binary send and receive internal support functions transfer the binary representation of the opaque data type to and from the client.

The client and server can execute on different platforms, with different representations for some data types. When a client connects with a database server, it sends a description of its data representation. The database server calls the binary send function to convert opaque data type values to the client format before sending them to the client. The binary receive function converts a value arriving from the client binary format to the database server binary format.

BladeSmith generates the complete code for these functions.

See the Informix® DataBlade® Developers Kit User's Guide for more information.