How to store and retrieve images in SQL server database
through VB.NET?

Answer Posted / saravankumar

Image file can be save in SQL server as a byte. Henceforth,
the image is convert to a stream of byte using the IO.Memory
Stream. This stream of byte can be save in a table with
image data type.

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can I write il programs directly?

567


Do I have any control over the garbage collection algorithm?

551


Do you know what is .net standard?

575


Explain why do we use the “using” statement?

576


What is .net debug & trace?

625






What is assemblies in .net?

619


What's wrong with a line like this? Datetime.parse(mystring);

563


How com+ related to the dna architecture?

585


What's typical about a windows process in regards to memory allocation in .net?

575


If I am writing in a language like vb or c++, what are the procedures to be followed to support .net?

578


What are the namespace available in .net?

587


How is .net able to support a lot of languages?

540


When we go for html server controls and when we go for web server controls?

536


How to use datagrid value in select statements where condition ,if cell is hyperlink bounded column?

526


can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?

1469