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

Home -> Community -> Usenet -> c.d.o.server -> Re: INSERT/UPDATE CLOB - BLOB

Re: INSERT/UPDATE CLOB - BLOB

From: mark tomlinson <marktoml_at_gdi.net>
Date: Fri, 08 May 1998 13:59:44 GMT
Message-ID: <35540f51.159989092@newshost.us.oracle.com>


You are not going to get from Point A, (MS Access), to Point B, (CLOB/BLOB Column in Oracle 8), yet. The ODBC driver provides only READ access tothese column types and the current version of OO4O is not Oracle 8 Aware. A possible workaround would be to use a PL/SQL procedure to do the update/insert and call that from ODBC or OO4O.

Mark Received on Fri May 08 1998 - 08:59:44 CDT

Original text of this message

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