Picture files store in MS Access Field
Can someone tell me is it possible to save and view the picture file into and/or From MS Access?
I found it might can be done by setting one of the MS Access field as a OLE object datatype and that field would provide as a link to the particular picture file. IF this works
1. How do i insert a picture file into the Access field?
2. How do i link this picturebox to access field?
Re: Picture files store in MS Access Field
Quote:
Originally posted by chinhow
Can someone tell me is it possible to save and view the picture file into and/or From MS Access?
I found it might can be done by setting one of the MS Access field as a OLE object datatype and that field would provide as a link to the particular picture file. IF this works
1. How do i insert a picture file into the Access field?
2. How do i link this picturebox to access field?
You can save images to MS DB . I did it once in VB6 . I set the field datatype in the db as OLE obj .Let me see if I can play with it in .net !!!:D