How to store and retrieve images in SQL server database
through VB.NET?
Answer / 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 |
what is prototype design pattern in .net
How to load a user control dynamically in runtime?
What is .net core used for?
What is the transport protocol you use to call a seb service soap?
what is yield keyword in .Net?
Value type & data types difference. Example from .NET.
When we use windows api in .net is it managed or unmanaged code?
What is JIT and how is works?
Does .net supports destructors concept?
What are the differences in C# .Net and ASP .Net.
Is .net a language?
What is the difference between .net 2000 and .net 2005(features)? Which one is better?