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

Home -> Community -> Usenet -> c.d.o.tools -> Re: LOB and ODBC??

Re: LOB and ODBC??

From: Mark Tomlinson <marktoml_at_hotmail.com>
Date: Mon, 18 Sep 2000 20:23:13 -0400
Message-ID: <ssdbopkduhs1c2@corp.supernews.com>

The Oracle ODBC driver (at least the one from Oracle) treats these as either LONGVARCHAR or LONGVARRAW at the ODBC API interface. This is also the same data type that it uses for LONG and LONG RAW so manipulating them from the ODBC driver is pretty much the same.

"Niklas Lindvald" <niklas.lindvald_at_noventus.se> wrote in message news:39C26B2A.19CB23F4_at_noventus.se...
> Does ODBC support LOB´s (BLOB, CLOB)?
>
> If so, how do I go ahead?
> I´m using NT4, Oracle 8.1.6 and C++(MFC).
>
> If not, which is the best way to connect my C++ program to Oracle (and
 LOB´s)?
>
> TIA
> Niklas
Received on Mon Sep 18 2000 - 19:23:13 CDT

Original text of this message

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