06-06-2024 12:40 AM - edited 06-06-2024 12:46 AM
I have table in my SQL database which I am displaying through table indicator in Labview. The table is shown below:
As you can see I added the button Delete and Update. I want to add these feature. I should be able to select any row based on its ID and delete it by clicking on delete button after selection of it on table indicator and I should be able to edit only already present rows and table should be updated upon clicking on update button. The table should be updated both in Labview table indicator display and in SQL database. This all should happen while code in running.
I am using event structure to do it. How I am displaying the table in Labview is shown in the figure below:
Solved! Go to Solution.
06-13-2024 03:51 PM
What is your question? I don't know what issue you are having
06-13-2024 05:13 PM
You need to build the SQL call as you press the buttons and your code execute. On the appropriate Event structure you will be able to retrive the information you need to build your SQL Command.