using labview 6.1 I create a table with various rows and columns and store bulk of data's in them.,, what procedure should I follow to remove only one paticular row from the database? Help me out with an example please,, Thanking you in advance!
If you have the database toolkit you can delete a row using just a SQL Query to "DB Tools Execute Query.VI" Example: DELETE FROM Table name Where SerialNum='Value' And Date='Value' And Time='Value'