09-06-2016 02:54 AM
Hi,
After connecting to the database and retriving data out of it. How do i do something to it ? Like for example i wanna do an addition with the values obtain from database.
Solved! Go to Solution.
09-06-2016 03:15 AM
09-08-2016 04:55 AM
Hi Uday,
I tried doing this, not sure why it didn't work.
09-08-2016 05:13 AM
09-08-2016 05:20 AM
09-08-2016 05:30 AM
If the data is of string need to provide 2D String Array as reference to the Variant.
09-08-2016 05:34 AM - edited 09-08-2016 05:35 AM
Yes i meant 2D number of array.
-I double checked actually palani, before posting whether i should say of strings or numbers then i saw addition in OP first post and hence i didn't touch strings.
Edit: If you need help : http://www.ni.com/white-paper/7571/en/
09-08-2016 06:01 AM
Thanks uday,
As the variant value seems to be String i just wanted to make sure if its string better to use string array as reference.
09-13-2016 02:10 AM - edited 09-13-2016 02:11 AM
Hi,
Even though I have solved the problem but I still have a few question which i don't understand. Hope u could help me.
1) Why is it a 2x2 array ?
2) How do i take a selected value for example. i only want to the value 3333 to be taken out from database.
3) How do i add the 3rd (3333) number and 4th (4444) number from database after getting the value out from array?
4) I am a beginner in labview and all other programming. Is there any way to learn ?
Thank you.
09-13-2016 10:17 AM - edited 09-13-2016 10:18 AM
@S.Neo wrote:Hi,
Even though I have solved the problem but I still have a few question which I don't understand. Hope you could help me.
1) Why is it a 2x2 array ? You could be asking for multiple columns and multiple records. The functions need to handle that possibility
2) How do i take a selected value for example. i only want to the value 3333 to be taken out from database. Index Array function
3) How do i add the 3rd (3333) number and 4th (4444) number from database after getting the value out from array? Add
4) I am a beginner in labview and all other programming. Is there any way to learn ?
I would recommend looking at the online LabVIEW tutorials
LabVIEW Introduction Course - Three Hours
LabVIEW Introduction Course - Six Hours
Thank you.