LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I run Oracle based stored procedures in LabVIEW using DB Conn. Toolkit?

I need some help on how to run Oracle based stored proceures in LabVIEW using Database Connectivity ToolKit. Examples VIs will be appreciated.

 

Thanks.

0 Kudos
Message 1 of 3
(3,042 Views)

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.

 

0 Kudos
Message 2 of 3
(3,039 Views)

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

Message Edited by Talen on 04-29-2009 03:43 AM
0 Kudos
Message 3 of 3
(2,998 Views)