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
What do you mean by Code Access Security in .NET?
What is "common language specification" (cls) in .net?
What is the use of gacutil.exe?
object is physical and class is logical..here class is not occupying any memory as our definition of class but i got a question then the class where it stores if it is not occupying any memory....
Explain the features that are common to all .Net languages.
Please explain is the jit an interpreter?
What are .net functions?
What is your observations between vb.net and vc#.net?
What is the benefit of .net core?
What is the need of OLE-automation?
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
How to debug failed assembly binds?
What is dot net architecture?
Is .net front end or backend?
If I am writing in a language like vb or c++, what are the procedures to be followed to support .net?