Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Stored procedures and Oracle

Re: Stored procedures and Oracle

From: mark tomlinson <marktoml_at_gdi.net>
Date: Fri, 17 Apr 1998 17:56:07 GMT
Message-ID: <353896ce.12618474@newshost.us.oracle.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US