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: select statement returns only the first character...

Re: select statement returns only the first character...

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Mon, 11 Apr 2005 21:14:24 +0200
Message-ID: <32jl515nd9micr20qg6t91onksp3dssfa5@4ax.com>


On 11 Apr 2005 11:25:33 -0700, "Sean" <seanm555_at_comcast.net> wrote:

>Hello all...
>
>We just upgraded our systems from 8.1.7 to 9.2.0.4. A particular
>varchar2(2000) column is giving me problems:
>
>Using sqlplus I can read the column (Has data like 'This is test data')
>
>Using Oracle 9.2.0.4 client driver and Microsoft ADO 2.1, I only get
>the first character in the column (like 'T').
>
>Doing a concat to surround the result with '***', I get '***This is
>test data***' from sqlplus and get '***T' from the oracle client with
>the same statement. What could possibly be happening? Any ideas?
>Thanks,
>
>Sean

If you don't have issues on a client PC with good ol plain sql*plus, it's Microsoft ADO. Apart from that 9.2.0.4 is not exactly the most recent version, and the ADO driver may be simply incompatible with 9i.

--
Sybrand Bakker, Senior Oracle DBA
Received on Mon Apr 11 2005 - 14:14:24 CDT

Original text of this message

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