Oracle LONG field truncated

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
marc.vanhoecke
Posts: 11
Joined: Mon 27 Aug 2007 08:24

Oracle LONG field truncated

Post by marc.vanhoecke » Tue 16 Dec 2008 15:58

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

marc.vanhoecke
Posts: 11
Joined: Mon 27 Aug 2007 08:24

Oracle LONG field truncated

Post by marc.vanhoecke » Tue 16 Dec 2008 16:09

Please disregard, the problem was writing the LONG to the database, I used DbType.String, changed it to Long and now it works.

Marc.

Post Reply