I've found a serious problem with the new OraDirect 3.01 for .NET 1.1
in the standard an professional edition.
let's watch the table design
Code: Select all
Name Null? Type
CID NOT NULL VARCHAR2(10)
CNAME VARCHAR2(5)
CIDKAPITEL VARCHAR2(4)
CBEZEICHNUNG VARCHAR2(255)
CPS VARCHAR2(1)
CISTEINNAHME NOT NULL NUMBER(1)
CBEMERKUNGEN VARCHAR2(4000)
If I do a select from this table (using OraDirect) every field of type varchar
returns a value that length is reduced by 1.
In the pl-sql console the values are returned correctly
i.e. if the CIDKAPITEL is '0706' the returned value by OraDirect would be '070'
I just recognized that for the varchar type.
I really need your help with this issue.