Re: ODBC and Oracle for Win NT

From: Vivekanandhan Raja <vraja_at_us.oracle.com>
Date: 1996/01/12
Message-ID: <4d6606$qc4_at_inet-nntp-gw-1.us.oracle.com>#1/1


Hi Mohammad,

   Your point about SQL*Net being the difference between ODBC-clients and native Oracle clients is not quite correct. ODBC clients use a homogeneous API set across all backends. Native Oracle clients use the OCI/UPI layer to an Oracle backend.

   All the ODBC driver-manager does is to load the vendor-specific driver for a particular datasource and then route the generic ODBC API calls to that driver. This driver issues the aapropriate native API calls -- in our case OCI/UPI. At this level this is just "another" Oracle client application. SQL*Net is involved in all cases. Received on Fri Jan 12 1996 - 00:00:00 CET

Original text of this message