From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,441 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,408 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,398 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,388 Views)

please bear my ignorance, can you explain more? 

0 Kudos
Message 5 of 6
(3,372 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,362 Views)