Home » SQL & PL/SQL » SQL & PL/SQL » PL/SQL table as IN parameter to stored proc
PL/SQL table as IN parameter to stored proc [message #37071] Tue, 15 January 2002 12:48 Go to next message
Ed
Messages: 24
Registered: November 1999
Junior Member
Hi,
Does anyone know if it is possible to pass a PL/SQL table (array) as an INPUT parameter to a stored proc via ADO and the OraOleDb.Oracle OLEDB provider? (I know there are are a couple of ways to OUPUT pl/sql tables or ref cursors, but I am looking for a way to pass it IN)..

I'd rather not use OO4O, so I'd prefer to get help from the ADO/OLE-DB angle.
Thanks.
Re: PL/SQL table as IN parameter to stored proc [message #37085 is a reply to message #37071] Wed, 16 January 2002 14:07 Go to previous messageGo to next message
Suresh Vemulapalli
Messages: 624
Registered: August 2000
Senior Member
Oraoledb or odbc drivers will not support passing pl/sql tables parameters. pass concatenated string with delimter and break it into pieces , store it in pl/sql table inside stored procedure or write generic stored procedure to do that task and call that generic stored procedure from original stored proc.
Re: PL/SQL table as IN parameter to stored proc [message #37096 is a reply to message #37085] Thu, 17 January 2002 05:23 Go to previous messageGo to next message
Ed
Messages: 24
Registered: November 1999
Junior Member
Suresh, Thanks for your help and speedy response. Ed
Re: PL/SQL table as IN parameter to stored proc [message #38791 is a reply to message #37085] Wed, 15 May 2002 06:44 Go to previous message
Graham
Messages: 9
Registered: March 2002
Junior Member
Is it possible to get PL/SQL Tables as output parameters from the OraOLEDB? Any sample code.
Previous Topic: nested outer joins
Next Topic: backups2
Goto Forum:
  


Current Time: Thu Apr 25 07:18:24 CDT 2024