Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Stored procedures and Oracle
It really is ODBC driver vendor specific, each ODBC driver implements
this differently:
-MS ODBC Driver for Oracle must use PL/SQL tables s out parameters
-Intersolv ODBC Driver for Oracle uses REF Cursors
-Oracle 2.x ODBC Drivers, not implemented at All.
-Oracle 8.x drivers, same implementation as Intersolv starting with
the 8.0.5 driver, although the mechanics are a bit different. Before
that it was just like the 2.x drivers for Oracle 7, (i.e. not
implemented). I am certain that other vendors, (OpenLink, Simba,
etc...), each implement this in their own way so you really need to
choose a vendor and then check with them to find out how to implement
it.
Received on Fri Apr 17 1998 - 12:56:07 CDT
![]() |
![]() |