Page 1 of 1

Oracle LONG field truncated

Posted: Tue 16 Dec 2008 15:58
by marc.vanhoecke
How can I read a huge string which is stored in an oracle LONG field? AT present I use the OracleDataReader method GetOracleString, but my LONG string is truncated.

Marc

Oracle LONG field truncated

Posted: Tue 16 Dec 2008 16:09
by marc.vanhoecke
Please disregard, the problem was writing the LONG to the database, I used DbType.String, changed it to Long and now it works.

Marc.