eltonpiko 2 Junior Poster in Training

hi

im working on a simple program that will retrieve data from my .mdb and display in datagrid on my form all is showing well except from image can anybody tell me what is the right format to store image in access database 2007 OLE object and insert the file and use link cause when i do that i dont see my image in the db table it show package by the way the image i've put is .bmp which suppose to work.also in vb in my data grid it set my column as DataGridViewImageColumn when i run the app i get system.AgumentExeption:parameter is not valid plus other stuff.

but if i set the colum as DataGridViewTextBoxColumn i dont get any error but insted of a picture in that column i get (Byte[] Array)

hope someone can help