I want to be able to store Matlab variables as binary data in a BLOB column in a mysql database, then retrieve them. How should I go about doing this?
I tried using the fastinsert function like so:
fastinsert(connection,{'blob_column'},Variable_To_Be_Inserted)
but received a 'mysql syntax error'. What should I do?
Thank You!
|
|
0
|
|
|
|
Reply
|
Joseph
|
7/5/2010 2:49:03 PM |
|