From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, 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: 

connect sql using matlab script

hi i want to connect to sql database and populate coloum values in dropdown menu

for this i am using ring 

 

how to take the coloum values as output

 

i tried is as string but it throws error

 

addpath('C:\mym');
myopen('localhost','root','demo');
mym('use first');
menu_list=mym('select * from menu');
Test = unique(menu_list.Test_Type);

 

i want test as output which has 4 values

 

pls help me to sort it out

0 Kudos
Message 1 of 1
(1,934 Views)