03-10-2021 12:47 PM
I'm using the Saphir mySQL toolkit, can anyone tell me how to use a DROP tablerow statement, which VI do I use?
03-11-2021 02:10 AM
Hi hansie,
Do you want to delete a row in a table or drop a table ?
In the first case, you have "Execute sql query" functions you can use. You will have to specify your sql query (https://www.w3schools.com/sql/sql_delete.asp)
In the second case, you have a drop table function to drop the whole table.
Hope this helps !
03-26-2021 08:08 AM
Yes, it works
Thank you!