P
panik
Hello,
I am currently trying out a connection with an oracle database. We're
using the .NET framework 1.1 and the oracle version is Oracle8i.
I am using the OracleClient provider (System.Data.OracleClient). Yet,
when returning a simple query (SELECT * FROM SomeTable), into an
OracleDataReader, some values get truncated.
This only happens with string colums (I guess, though I'm not 100%
sure). And it only happens on the values starting with the 2nd
instance/row of each unique value. And the values is truncated in half.
Eventually some results show illegal characters (squares in the HTML
code, then displayed as asian characters in the browser).
So I would get:
118433 Gondregnies
118434 Gondrç‘¥â³â€½æ˜¢æ±¡æ•³
118435 Gondre
118435 Gondre
13393132 Fouleng
13393132 Foul
This is a rather strange behavior.
Thanks for any insights,
v
I am currently trying out a connection with an oracle database. We're
using the .NET framework 1.1 and the oracle version is Oracle8i.
I am using the OracleClient provider (System.Data.OracleClient). Yet,
when returning a simple query (SELECT * FROM SomeTable), into an
OracleDataReader, some values get truncated.
This only happens with string colums (I guess, though I'm not 100%
sure). And it only happens on the values starting with the 2nd
instance/row of each unique value. And the values is truncated in half.
Eventually some results show illegal characters (squares in the HTML
code, then displayed as asian characters in the browser).
So I would get:
118433 Gondregnies
118434 Gondrç‘¥â³â€½æ˜¢æ±¡æ•³
118435 Gondre
118435 Gondre
13393132 Fouleng
13393132 Foul
This is a rather strange behavior.
Thanks for any insights,
v