Re: Extracting binary data from a row

2002-05-30 Thread Gerald Clark
All the numeric types are returned as strings. If you want to convert them to numbers, you need to use scanf or atod type functions. Michael Flora wrote: > Hello all, this is my first post to this list. I am relatively new to > MySQL, and my question might be a basic one. > > I have a table

Extracting binary data from a row

2002-05-28 Thread Michael Flora
Hello all, this is my first post to this list. I am relatively new to MySQL, and my question might be a basic one. I have a table that contains both character and binary data. I am reading rows from the table using the function mysql_fetch rows() in a C program. I can obtain character data