G
Guest
Hi
I tried to read fields that is varchar2(128) and value is encoded (oracle 8i iso DB). I used following
OracleDataReader myReader = oracleSelCommand.ExecuteReader()
after get back myReader, the value on field I need by using GetString() is wrong. GetBytes() or GetOracleBinary() will give invalid cast. How could I get the correct value
Thanks
Peter
I tried to read fields that is varchar2(128) and value is encoded (oracle 8i iso DB). I used following
OracleDataReader myReader = oracleSelCommand.ExecuteReader()
after get back myReader, the value on field I need by using GetString() is wrong. GetBytes() or GetOracleBinary() will give invalid cast. How could I get the correct value
Thanks
Peter