LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to insert 1D array to mysql database

HI all,

 

I have 1D array like in the attached file, after inserted this array to mysql database and I want to read it again.It looks like in the photo q2!! I was wandering if there is someone can help me to read it again as I inserted (1D array) and not like a one cell. Thanks in advance

 

Regards

Download All
0 Kudos
Message 1 of 6
(3,447 Views)

You insert not array of numbers or strings, but single string.
First of all you need understand what you want: string, array of string or array of dbl.

0 Kudos
Message 2 of 6
(3,414 Views)

Hi artem,

 

Actually , I want to insert array of dbl and read it again as it is.. how can I do that? thanks in advance

0 Kudos
Message 3 of 6
(3,404 Views)
You need to insert the numeric array as a BLOB (binary large object).

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 4 of 6
(3,394 Views)

please bear my ignorance, can you explain more? 

0 Kudos
Message 5 of 6
(3,378 Views)

@Al-rawachy wrote:

please bear my ignorance, can you explain more? 


Is this a MySQL forum?  http://forums.mysql.com/

Take some tutorials.

 

 

0 Kudos
Message 6 of 6
(3,368 Views)