Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Calling Oracle Stored procedure from ADO

Calling Oracle Stored procedure from ADO

From: KK <moditha_at_yahoo.com>
Date: 8 Dec 2001 14:39:57 -0800
Message-ID: <469d2479.0112081439.761473f4@posting.google.com>


Hi

In SQL Server you can pass parameters to SQLServer stored procedures straight away like;

ADOConn.Execute(my_stored_proc 'param1',param2,'param3')

It seems like you can't do this when it comes to Oracle. Do I have to explicitly define parameters and pass those using Command object or is there
a workaround ?

KK Received on Sat Dec 08 2001 - 16:39:57 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US