Storing Matlab Variables in A BLOB column

  • Follow


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


0 Replies
469 Views

(page loaded in 0.028 seconds)

Similiar Articles:













7/22/2012 4:33:30 AM


Reply: