Image Import From Access Database

May 10 2006 7:39 PM
I have an access database table with various fields, one of which is an OLE object field which holds images. How can I import these images into c#? Also, would it be better to simply have a text field with the path of the image in the Access database, and then create the image in c# from the path?