Hello.

I am new to c sharp . I want to know how to store image in access database. And retrieve back to picturebox .
Which data type is used to store image..?
Plz help.....

Recommended Answers

All 2 Replies

While you can store blobs and images in a database, it's generally better to store the files on your file system and the location of the files in your database.

It's byte[] type. It should be in same format than in file.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.