Does anybody know how I can programatically execute a .sql file through LabVIEW. Either with or without the database toolkit would be useful. I have mssql installed so sqlcmd etc are available if required.
I don't use the database toolkit but I'm sure there's a function to execute a SQL command. I do use LabSQL and have read a .SQL file and created an array of commands that were executed one by one. I would avoid any solution that is dependent on a utility unique to a specific database.