RE: Oracle ref cursors

2006-02-10 Thread March, Andres
PROTECTED] Subject: Re: Oracle ref cursors Hmmm...ok. Here's what I'd like to see in a solution: * No dependency upon Oracle (like you've said). * ResultSet types should be supported in both OUT parameters, as well as result set columns (ick). * The regular result set returned by a select

Re: Oracle ref cursors

2006-02-09 Thread Clinton Begin
Boden [EMAIL PROTECTED] wrote:I've been playing a bit with Michael Fagan's patch for supporting ResultMaps using Oracle ref cursors. Sometimes I'm also a bit fond ofpushing as much functionality as possible in Oracle procedures and onlyexposing a ref cursor to the (C) applications.The patch works

Re: Oracle ref cursors

2006-02-09 Thread Sven Boden
/9/06, Sven Boden [EMAIL PROTECTED] wrote: I've been playing a bit with Michael Fagan's patch for supporting ResultMaps using Oracle ref cursors. Sometimes I'm also a bit fond of pushing as much functionality as possible in Oracle procedures and only exposing a ref cursor to the (C) applications

Re: Oracle ref cursors

2006-02-09 Thread Clinton Begin
returned from a SELECT) is lost, as it's overidden by the ResultSet parameter. Seems a bit hackey, but I'm interested in everyone else's opinion. Clinton On 2/9/06, Sven Boden [EMAIL PROTECTED] wrote: I've been playing a bit with Michael Fagan's patch for supporting ResultMaps using Oracle ref

Re: Oracle ref cursors

2006-02-09 Thread Clinton Begin
opinion. Clinton On 2/9/06, Sven Boden [EMAIL PROTECTED] wrote: I've been playing a bit with Michael Fagan's patch for supporting ResultMaps using Oracle ref cursors. Sometimes I'm also a bit fond of pushing as much functionality as possible in Oracle procedures and only exposing a ref cursor