Hi i want to store images into database.I created table with fields like imgID tinyint, image blob. But i have a little bit confusion on it.Can any body tel me how can i do that? Thanks in advance.
2 Answers
You should convert Images/Bitmaps into byte array and then add it to the database as blob. Read this post