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 of Long Raw truncating at 1M using ODBC

Re: Insert of Long Raw truncating at 1M using ODBC

From: mark tomlinson <marktoml_at_gdi.net>
Date: Fri, 17 Apr 1998 18:01:10 GMT
Message-ID: <3539989b.13079136@newshost.us.oracle.com>


On Thu, 16 Apr 1998 17:34:00 -0600, tbravo_at_mineshare.com wrote:

>Insert of Long Raw truncating at 1M using ODBC (via home-made C++ program) in
>Oracle (7.3.3 on NT) but works OK in MS-Access (inserts 2M fine). Are there
>ODBC, SQL*Net or Oracle INIT.ORA settings that may affect this?
>
>Thanks
>Tony
>
>-----== Posted via Deja News, The Leader in Internet Discussion ==-----
>http://www.dejanews.com/ Now offering spam-free web-based newsreading

Might not hurt to look at an ODBC trace and see what is up. I doubt it is trying to push it all over in one chunk so it sounds as though it is bailing out of the PutData loop before it should, (perhaps due to an incorrectly handled error?). Received on Fri Apr 17 1998 - 13:01:10 CDT

Original text of this message

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