04-28-2009 12:23 PM
I need some help on how to run Oracle based stored proceures in LabVIEW using Database Connectivity ToolKit. Examples VIs will be appreciated.
Thanks.
04-28-2009 12:34 PM
I'm not very familiar with the DB connectivity toolkit. I normally use this toolkit (http://jeffreytravis.com/lost/labsql.html).
You can make any SQL queries from LabVIEW with it.
04-29-2009 03:38 AM - edited 04-29-2009 03:43 AM
Use the "DB Tools Create Parameterized Query.vi" to create a SQL command and set the terminal "stored procedures?" to be true. (See attachment example)
About how to use DB Tools Create Parameterized Query.vi, refer to: \examples\database\Database Insert.vi