cp_dbms

Section: cp_dbms (3)
Updated: MARCH 2006
Index Return to Main Contents
 

NAME

cp_db_statement_set_binary - request statement results in binary/text format

 

SYNOPSIS

#include <cprops/db.h>

void cp_db_statement_set_binary(cp_db_statement *stmt, int binary);  

DESCRIPTION

cp_db_statement_set_binary sets the binary flag on a prepared statement, indicating that results should be returned in text format if binary is zero or binary format if binary is non-zero. Driver implementations may ignore this flag - e.g. the mysql driver always returns prepared statement results in binary format.


 

Index

NAME
SYNOPSIS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 22:48:28 GMT, April 10, 2006
SourceForge.net Logo