Page 1 of 1

OraDirect .NET Mobile truncated column lenght

Posted: Mon 18 Jul 2005 22:35
by krzychu
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'.

Posted: Tue 19 Jul 2005 06:40
by Paul
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.

Posted: Tue 19 Jul 2005 15:07
by krzychu
I've tested again and problem appears when parameter unicode is set to true in the connection.

Posted: Thu 21 Jul 2005 06:57
by Paul
We cannot reproduce your problem when parameter unicode is set to true. Did you see whole text in textBox1?