Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: LOB and ODBC??
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
![]() |
![]() |