LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

retrieve data from Mysql database

Dear all,

        I am logging data every second in MySQL database with date and time. Where first column is date and time and rest are 8 channel data value. Now some time i want to retrieve data in xls file from MySQL between starting date and time to ending date and time.

How this can be achieved.

 

Thanks

0 Kudos
Message 1 of 3
(2,486 Views)

This is not a LabVIEW question, is it?

 

If you open up Excel, you can import data.  This can be done from a text file, but also from database.  Easy, no need for LabVIEW, unless you didn't mean it this way...

Kind regards,

- Bjorn -

Have fun using LabVIEW... and if you like my answer, please pay me back in Kudo's 😉
LabVIEW 5.1 - LabVIEW 2012
0 Kudos
Message 2 of 3
(2,475 Views)

Actually, i have not put my query correctly. I am logging data in MySQL in labview, where every second i am putting data in database and this is continuous running system. Now from same GUI windows i want to retrieve data  from MySQL database. I have to use DB functions where i have to put SQL query to extract data of database between 2 time span.

 

--Vishnu

0 Kudos
Message 3 of 3
(2,459 Views)