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

Explain about c# language.

0 Answers  


how can your software identify which version of dot net framework install in client pc and install framework accordingly

2 Answers   pspl,


How to include c++ header files in c# components?

1 Answers   UST,


Can a struct have a default constructor (a constructor without parameters) or a destructor in c#?

0 Answers  


Did it possible to cast a generic type of derived class to generic type of base class?

2 Answers   TCS,


What is an enumerator c#?

0 Answers  


What is c sharp used for?

0 Answers  


What are the different states of a thread?

0 Answers  


How to throw an caught exception from cath block?

3 Answers   TCS,


What is anonymous class in c#?

0 Answers  


What does writeline mean?

0 Answers  


What types of object can I throw as exceptions?

0 Answers  


Categories