Re: store an array of double to mysql, How?

2003-03-18 Thread Joseph Bueno
Check BLOB data type:
http://www.mysql.com/doc/en/BLOB.html
Regards,
Joseph Bueno
Lai wrote:
Hi.

I am writing a program to do pattern recognition. I decide to use mysql to store the features calculated. The features are stored as an array of double in my c program.

But now I do think about it, I don't know how. I've searched the internet, none really fit my problem.

Is there a way to do this?

Thank you




-
Before posting, please check:
  http://www.mysql.com/manual.php   (the manual)
  http://lists.mysql.com/   (the list archive)
To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


store an array of double to mysql, How?

2003-03-17 Thread Lai
Hi.

I am writing a program to do pattern recognition. I decide to use mysql to store the 
features calculated. The features are stored as an array of double in my c program.

But now I do think about it, I don't know how. I've searched the internet, none really 
fit my problem.

Is there a way to do this?

Thank you


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php