Stored Procedure INSERT from VB.NET application
From: (wrong string) ård <runaremg_at_online.no>
Date: Tue, 25 Feb 2003 16:06:29 +0100
Message-ID: <8zL6a.31835$Rc7.451171_at_news2.e.nsc.no>
[Quoted] [Quoted] I want to supply all columns of my database row as arguments to an Oracle [Quoted] Stored Procedure without using numerous IN parameters. The procedure look [Quoted] something like:
Date: Tue, 25 Feb 2003 16:06:29 +0100
Message-ID: <8zL6a.31835$Rc7.451171_at_news2.e.nsc.no>
[Quoted] [Quoted] I want to supply all columns of my database row as arguments to an Oracle [Quoted] Stored Procedure without using numerous IN parameters. The procedure look [Quoted] something like:
create procedure my_proc(my_row my_table%rowtype) is ...
I'm using Oracle 8.1.7, ODPNET 9.2 and VB.NET 1.0. How can I achieve this functionality ? All tips appreciated! Received on Tue Feb 25 2003 - 16:06:29 CET
