Sunday, February 26, 2012

Getting image into database

Hey all, I have a table that i would like to be able to store images in but dont know how i can ge them in there. How can i put the image in the database? (sql express 2005, VS 2005 Pro) vb

Thanks!

Image/text data in SQL is also called BLOB data, which is stored as binary object. What you need to do is transfer binary stream between files and database tables. You can take a look at this post:

http://forums.asp.net/thread/1257206.aspx

No comments:

Post a Comment