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 |
How is a property designated as read-only?
What does .net stand for?
What is boxing and un-boxing in .net?
you have a requirement from client, he has an XML file and you need to insert the data into 5-6 tables in database. explain me the procedure.
what all type of application can u make with visual studio?
What are nullable types in .NET
0 Answers TryTechnicals Pvt Ltd,
What is namespaces in .net?
Explain the Scope of public/private/friend/protected/protected friend.
What is the difference between reference type and value type?
Difference between machine.config and web.config?
Explain the difference between vb and vb.net?
Explain how to produce an assembly?