The mi_binary_query() function

The mi_binary_query() function reports whether the last SQL statement sent on a particular connection returns results in a binary representation.

Syntax

mi_integer mi_binary_query(conn)
   MI_CONNECTION *conn;
conn
A pointer to a connection descriptor established by a previous call to mi_open(), mi_server_connect(), or mi_server_reconnect().
Valid in client LIBMI application? Valid in user-defined routine?
Yes Yes

Return values

0
The query is returning values in text (external) representation.
1
The query is returning values in binary (internal) representation.
MI_ERROR
The function was not successful.