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

What is boxing in c#?

0 Answers  


What are sorted lists?

0 Answers  


Can abstract class have constructor c#?

0 Answers  


What is a system lock?

0 Answers   KEN Group, Wipro,


To create a localized application which namespaces are necessary?

0 Answers   Siebel,


What does it meant to say “the canonical” form of XML ?

1 Answers  


What is a service layer c#?

0 Answers  


What is dynamic object in c#?

0 Answers  


What are the 3 logical operators?

0 Answers  


Is java better than c sharp?

0 Answers  


What is array formula?

0 Answers  


What is difference between the "throw" and "throw ex" in .net?

0 Answers  


Categories