LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Add/delete/change column in table using SQL Toolkit

Using LabWindows/CVI with SQL toolkit-
How do I add/delete or change a column to a database that has already been created and not loose the previously stored data??
0 Kudos
Message 1 of 2
(3,103 Views)
rmoscoso,

There are no explicit functions for adding a column to a table built into the SQL toolkit (as it is mainly used for talking with a database and not editing an already created database) but you should be able to simply execute SQL statements directly (through DBNewSQLStatement and DBActivateSQL). This is a way to give explicit SQL statements to your database, using strict SQL.

Brandon Vasquez | Software Engineer | Integration Services | National Instruments
0 Kudos
Message 2 of 2
(3,085 Views)