Hi all, I have almost the same problem...
I use the following boxes to execute a stored procedure on oracle:
- Open connection
- Create parameterized query
- Set parameter value
- Execute query
- Free object
- Close connection
I have problems with the second vi.
My question is: what should I connect to the inputs of the box to be able to run a stored procedure (which has input parameters) on an oracle server?
I have tested a stored procedure which had no parameters (arguments) at all, and it worked. Thus, I'm sure that it is not a server-side (DB server related) problem, but the problem and the solution is hided in the LabVIEW.
Our system is: Oracle 9i R2, LabVIEW 7.1, Oracle OLEDB Provider (the latest).
Attached you can find an example created by me, but it doesn't work:(
Many many thanks for your help, ctc