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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Help: Data in LONG column truncated to 100 chars.

Re: Help: Data in LONG column truncated to 100 chars.

From: Steve Evans <member_at_dbforums.com>
Date: Tue, 10 Dec 2002 14:13:41 +0000
Message-ID: <2262389.1039529621@dbforums.com>

I came across the same problem using ADO from VBScript with the Oracle for OLEDB provider. It does seem strange that the behaviour occurs only when tables are joined.

I have a couple of solutions you can try:

  1. In your ORAOLEDB.Oracle provider connection string, add a ChunkSize parameter. e.g. ChunkSize=2147483647 will return up to 2GB.
  2. Use the Microsoft ODBC driver for Oracle (provider=MSDAORA)

I hope this sorts out your problem

--
Posted via http://dbforums.com
Received on Tue Dec 10 2002 - 08:13:41 CST

Original text of this message

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