32 PM
Subject: Problem with binary data in row
> Hello all, I posted this question yesterday but received no feedback so
> I decided to ask again.
>
> I am new to MySQL and I am trying to access binary data stored in a
> MySQL table using a C program. The table looks like this
Michael Flora wrote:
> Hello all, I posted this question yesterday but received no feedback
> so I decided to ask again.
>
> I am new to MySQL and I am trying to access binary data stored in a
> MySQL table using a C program. The table looks like this:
>
>
> date date
> double firstfield
> dou
Hello all, I posted this question yesterday but received no feedback so
I decided to ask again.
I am new to MySQL and I am trying to access binary data stored in a
MySQL table using a C program. The table looks like this:
date date
double firstfield
double secondfield
double thirdfield
My