OraDirect .NET Mobile truncated column lenght

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
krzychu

OraDirect .NET Mobile truncated column lenght

Post by krzychu » Mon 18 Jul 2005 22:35

I installed version 3.01 and some columns in my DataTables are truncated.
I wrote simple test program:

...
OracleCommand cmd = new OracleCommand("select '123456789ABCDEFGHIJKLMNOP' from dual", oc);
textBox1.Text = cmd.ExecuteScalar().ToString();
...

After execution testBox has value '123456789ABC'.

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Tue 19 Jul 2005 06:40

We cannot reproduce your problem with OraDirect .NET Mobile 3.01.1.
There are is a problem with the last character in the colum as described in
Post subject: serious trouble with Oradirect 3.01.
This bug will be fixed in the next build.

krzychu

Post by krzychu » Tue 19 Jul 2005 15:07

I've tested again and problem appears when parameter unicode is set to true in the connection.

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Thu 21 Jul 2005 06:57

We cannot reproduce your problem when parameter unicode is set to true. Did you see whole text in textBox1?

Post Reply