Re: Problem with binary data in row

2002-05-29 Thread Frederic Dhorne
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

Re: Problem with binary data in row

2002-05-29 Thread Mark Matthews
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

Problem with binary data in row

2002-05-29 Thread Michael Flora
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