how to retrieve binary data from database (using c#.net and
sql server/windows application)

Answers were Sorted based on User's Feedback



how to retrieve binary data from database (using c#.net and sql server/windows application)..

Answer / brajesh

byte[] m_MyImage = (byte[])dr["photo"];
Response.BinaryWrite(m_MyImage);

Is This Answer Correct ?    8 Yes 13 No

how to retrieve binary data from database (using c#.net and sql server/windows application)..

Answer / renugopal

yes

Is This Answer Correct ?    0 Yes 5 No

Post New Answer

More C Sharp Interview Questions

public void A() { int x; x = 8; x *= 4 + 8 / 2; } Given the above code, what is the value of "x"?

8 Answers  


Define an array?

0 Answers  


What is float in unity?

0 Answers  


What is difference between dictionary and hashtable in c#?

0 Answers  


What do you mean by saying a "class is a reference type"?

0 Answers  






What is the difference between mobile application and desktop application?

0 Answers  


Are c# references the same as c++ references?

0 Answers  


What is int parse in c#?

0 Answers  


What is definition in c#?

0 Answers  


What is the difference between ienumerable and enumerator?

0 Answers  


What is gac? What are the steps to create an assembly and add it to the gac?

0 Answers  


What is a hash table c#?

0 Answers  


Categories