ni.com is currently undergoing scheduled maintenance.
Some services may be unavailable at this time. Please contact us for help or try again later.
10-15-2007 01:40 PM
10-17-2007 12:12 AM
Hi KoosKoets,
I've written and interfaced with TSQL stored procedures, but doubt that qualifies me to help you with this Oracle interface, still...
Are you using any Automation (AX) tools, if so, which? (DAO, ADODB)
Cheers!
10-17-2007 07:12 AM
Hi,
If you are using the LaVIEW Database toolkit see:
Hope this Helps
Thanks
Karsten
10-18-2007 12:58 AM
11-28-2007 04:35 AM
Hi,
have you already found a solution?
I have the same problem. But in my case it doesn't have to be a type REF CURSOR, whereas I have not worked with cusor-variables yet.
Is there any other chance to recieve a complete recordset (TYPE...RECORD) as INOUT-parameter from a stored procedure?
I'm also the database-admin, so I can build the appropriate db-procedure.
Lorand
11-29-2007 04:59 AM
11-29-2007 05:35 AM
It's correct that the database toolkit maps all datatypes that it does not know to string. I'm no database expert but if the string approach does not work for you could you not setup the procedure to return the cursor record as a Binary data type and type cast it in LabVIEW? Or depending on the number of elements in the cursor record to individual outputs and in LabVIEW combine them into a Single Cluster?
Regards,
Karsten - NI
11-29-2007 09:20 AM - edited 11-29-2007 09:28 AM
11-29-2007 09:20 AM - edited 11-29-2007 09:30 AM
sorry, something went wrong
11-29-2007 09:20 AM