B
Brad Allison
I am using a small Access database as the back end of a VB .NET program. I
am not a newbie to Access, but I have never had the need to store pictures
until now. I have a field in a Master table named "Picture" and I have set
the Date Type as OLE Object. I know that this might be the wrong newsgroup
to post this to, but I was wondering if this is the correct data type to
handle pictures.
I use the following to store the pic in the datarow:
dogRow.Item("Picture") = CType(pbDog.Image, Bitmap)
The error message I am getting is this: Object must inplement IConvertible
Thanks for the information.
Brad
am not a newbie to Access, but I have never had the need to store pictures
until now. I have a field in a Master table named "Picture" and I have set
the Date Type as OLE Object. I know that this might be the wrong newsgroup
to post this to, but I was wondering if this is the correct data type to
handle pictures.
I use the following to store the pic in the datarow:
dogRow.Item("Picture") = CType(pbDog.Image, Bitmap)
The error message I am getting is this: Object must inplement IConvertible
Thanks for the information.
Brad