Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Help - getting a RowSet from Oracle Function
Hello, Nomad!
I've also been struggling with returning a result set from a stored procedure. I come from a SQL Server background, and I was accustomed to the ease at which you can return any kind of result set with SQL Server. I'm very disappointed with Oracle's implementation with respect to returning a result set to the client (JDBC). It's so different and I can imagine that writing a "universal" client that would handle any RDBMS on the back-end would be difficult when Oracle is the back-end. :-(
"The Nomad" <nobody_at_nowhere.com> wrote in message
news:Yziz6.39720$Lz6.7082172_at_typhoon.tampabay.rr.com...
> Well,
>
> After consulting 3 additional books at the local bookstore, and reading
the
> one response I got here, I've determined that Oracle's JDBC support sucks.
> As far as I'm concerned, I should be able to access Oracle the same way I
> can other RDBMS', but I can't. Now I'm forced to use a class loader based
on
> the driver name. This is total crap.
>
> I wouldn't mind if I needed to use Oracle-specific features from my code,
> but I don't. I'm just trying to get a rowset from a stored procedure. What
a
> joke.
>
>
Received on Fri Apr 06 2001 - 08:35:35 CDT
![]() |
![]() |