Click here to Skip to main content
15,896,154 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I have developed an windows application using c#

My requirement is to display data which having datatypes as RAW,CLOB,BLOB etc:

But i am not able to bind these datatypes to gridview in my application.

Pleasse ,suggest me way how to fix this.
Posted
Comments
ZurdoDev 7-Mar-13 7:06am    
What is the data? Images? It will depend on what the data actually is.
karteekboddu 7-Mar-13 7:21am    
It was not displaying the column names itself from table which are having datatypes like RAW,CLOB and BLOB?
ZurdoDev 7-Mar-13 7:27am    
It wasn't displaying the column names? Where? Can you be more clear please?
karteekboddu 7-Mar-13 7:31am    
I was trying to display the data into datagridview all columns are displaying the results except the datatypes like RAW,CLOB and BLOB.
ZurdoDev 7-Mar-13 7:31am    
Correct, because they are just bytes, right? You have to figure out what they actually are and then handle them accordingly. BLOB could be images, they could be Word documents, but they are stored as bytes so you can't just bind to a gridview.

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