RE: passing an ORA_RSET into an Oracle stored procedure?

2001-05-11 Thread Eric Riggers
From: Tim Bunce [mailto:[EMAIL PROTECTED]] Sent: Friday, May 11, 2001 5:24 AM To: Eric Riggers Cc: [EMAIL PROTECTED] Subject: Re: passing an ORA_RSET into an Oracle stored procedure? On Thu, May 10, 2001 at 04:29:04PM -0700, Eric Riggers wrote: > Hi, > I'm trying to call a stored proced

Re: passing an ORA_RSET into an Oracle stored procedure?

2001-05-11 Thread Tim Bunce
On Thu, May 10, 2001 at 04:29:04PM -0700, Eric Riggers wrote: > Hi, > I'm trying to call a stored procedure that needs a "record type paramater". > I'm unclear as to how to pass the record data. The record data is a hash; I > believe i need to pass in just the values of the hash, as a flattened l

Re: passing an ORA_RSET into an Oracle stored procedure?

2001-05-11 Thread Michael A. Chase
OTECTED]> Sent: Thursday, May 10, 2001 16:29 Subject: passing an ORA_RSET into an Oracle stored procedure? > I'm trying to call a stored procedure that needs a "record type paramater". > I'm unclear as to how to pass the record data. The record data is a hash; I >

passing an ORA_RSET into an Oracle stored procedure?

2001-05-10 Thread Eric Riggers
Hi, I'm trying to call a stored procedure that needs a "record type paramater". I'm unclear as to how to pass the record data. The record data is a hash; I believe i need to pass in just the values of the hash, as a flattened list $reg_string. Something like this? my $proc = 'proc_name'