I'm using Connector/C++ v1.0.5 with MySQL server version 5.1.49 on Linux.
I am creating a table with a binary field:
CREATE TABLE mytable (id binary(16) not null primary key);
and would like to get a result set and get field 'id' using the Connector/C++
interface.
There doesn't seem to be a getBinary() method for the resultSet class, even in
the trunk code.
Is there a way to get the binary field 'id' from the result set?
peter
I am creating a table with a binary field:
CREATE TABLE mytable (id binary(16) not null primary key);
and would like to get a result set and get field 'id' using the Connector/C++
interface.
There doesn't seem to be a getBinary() method for the resultSet class, even in
the trunk code.
Is there a way to get the binary field 'id' from the result set?
peter