Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am using System.Data.OracleClient.Dll version 2.0.0.0
and oracle 9i and visual studio 2008 and vb.net language.

I have tried using System.Text for Encoding it in windows defalult encoding before displaying it but nothing worked. please save me.
Posted
Comments
Richard MacCutchan 15-Dec-14 4:33am    
What is the format of the data in the Oracle database?
varun150 15-Dec-14 4:50am    
if i view this data in Oracle(Toad) then it fine but it displays a non readable format
in my windows forms app

Converted Data has datatype Varchar2 in Oracle Length 20
Richard MacCutchan 15-Dec-14 5:03am    
Then you must be converting it into something. Check exactly what encoding Varchar2 is.
Richard MacCutchan 15-Dec-14 5:04am    
varun150 15-Dec-14 5:48am    
i do not understand this..

VARCHAR2 data is stored as variable length values: at http://www.orafaq.com/wiki/Varchar2.

what does it mean variable lenght values.
Does it mean lenght of variable in bytes and thats how calculate column lenght for storage.
How can it change the text to be displayed on windows form.



This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900