ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

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
(2,374 Views)