I am using MS Access as the database in my project.
Can anyone help me to give idea that how can i save and retrieve images from this database?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
it is generally NOT a good idea to save image in database, instead, people usually save the image on disk, and store its path in database.
If you really want to do this, write the images’ bytes into a Blob column.