Can you post some more information? Database lang (utf8?) table schema, data
inserted and the provider that you used to insert the data. A select dump
1016 would also be very helpful:
select dump(ename, 1016) from emp;
DUMP(ENAME,1016)
--
Angel Saenz-Badillos [MS] Managed Providers
This posting is provided "AS IS", with no warranties, and confers no
rights.Please do not send email directly to this alias.
This alias is for newsgroup purposes only.
Dave said:
I have an issue when using the Microsoft .NET provider for Oracle. If my
query returns a text field (via OracleDataSet or OracleDataReader) that
repeats, the value starting with the 2nd instance/row of each unique value
is truncated in half. Has anyone else experienced this, and is this a known
bug?