My VB application is connecting to the Oracle database fine and I can run many SQL statements through ADO connection. However, when I try to execute a stored PL/SQL procedure, it does'nt work.
Does anybody have an ideahow to execute Oracle stored procedures from VB?
Or through Shell commands?