LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Retrieve and short mysql database

Hi experts, i have build a simple program and record the data to mysql database. Now i want to retrieve the table data and i add a combo box as a filter for when displaying data. is it possible to do with database connectivity toolkit? please see attachment

 

Thank you

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

Hi Ijan,

 

You can use database toolkits to retrieve the data from the database.

Find some examples related with database in Help-Find Examples-search-database.

 

You can directly call your table or you can fire a query to fetch the data.

Thanks and Regards
Himanshu Goyal | LabVIEW Engineer- Power System Automation
Values that steer us ahead: Passion | Innovation | Ambition | Diligence | Teamwork
It Only gets BETTER!!!
0 Kudos
Message 2 of 3
(2,615 Views)

Select Column1,Column2,Column3 from Table order by Column1,Column3;

 

Use Database toolkit to get column names and populate the combo boxes and an event to rerun the SQL-query whenever one of them changes. It shouldn't be too hard.

 

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 3 of 3
(2,608 Views)