thanks for the reply. Like I said, I haven't seen it explicitly stated anywhere that PL/SQL records don't work. I tried the perl docs first.
-----Original Message----- From: Michael A Chase [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 12:01 PM To: Roy Ledochowski; [EMAIL PROTECTED] Subject: Re: PL/SQL records and DBD::Oracle help? ----- Original Message ----- From: "Roy Ledochowski" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 13, 2002 10:22 Subject: PL/SQL records and DBD::Oracle help? > Instead of returning several params, it would be simpler if I could just > define a record type and return an instance of that record as an OUT param > (or even rewrite the proc as a function to return the record). I suppose I > could do the same with a cursor variable, but I'm wondering if I DBD::Oracle > can handle PL/SQL records? No. See the fine manual (perldoc DBD::Oracle) for what it does handle. -- Mac :}) ** I normally forward private questions to the appropriate mail list. ** Ask Smarter: http://www.tuxedo.org/~esr/faqs/smart-questions.html Give a hobbit a fish and he eats fish for a day. Give a hobbit a ring and he eats fish for an age.
