Insert image into database
-
I have a picturebox control i want to save the image of the picturebox into sqlserver database ,how is it possible using insert query in VB.NET.please help me with code
you can just store the image path in the database and then use the load picture function and use the path stored in the database if you dont know these functions i know i have the code somewhere i would have to find my .net version but i know exactly where my vb6 version is so let me know if you need further help
-
I have a picturebox control i want to save the image of the picturebox into sqlserver database ,how is it possible using insert query in VB.NET.please help me with code
There is a MSDN article on doing just what you ask: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvssamp/html/vbcs_ReadandWriteImagesfromaDatabase.asp There is a sample sourcecode with the article. Hope this helps Regards Wayne Phipps
-
There is a MSDN article on doing just what you ask: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvssamp/html/vbcs_ReadandWriteImagesfromaDatabase.asp There is a sample sourcecode with the article. Hope this helps Regards Wayne Phipps