R
Ray Jefferson
Hello all. I've been up and down and all around MSDN and I can't find what
I'm looking for. I'm trying to programmatically store a .bmp, .jpg, or .gif
file to an Access database and then be able to display that image in a Bound
Object Frame
If I use ADO and the Stream Object to try to do this, Access stores the file
as a Long Binary Object, which I can't view with the Bound Object Frame.
If I store the record with a SQL statement (DAO or ADO) without the image
field, the Bound Object Frame then complains there's no object and doesn't
allow for manually entry.
Setting the SourceDoc property to the file and then the Action property to
acOLECreateEmbed doesn't work either.
Anybody got a clue? This shouldn't be that difficult, yet its driving me
crazy.
Any and all help is appreciated.
Thanks,
RJ
I'm looking for. I'm trying to programmatically store a .bmp, .jpg, or .gif
file to an Access database and then be able to display that image in a Bound
Object Frame
If I use ADO and the Stream Object to try to do this, Access stores the file
as a Long Binary Object, which I can't view with the Bound Object Frame.
If I store the record with a SQL statement (DAO or ADO) without the image
field, the Bound Object Frame then complains there's no object and doesn't
allow for manually entry.
Setting the SourceDoc property to the file and then the Action property to
acOLECreateEmbed doesn't work either.
Anybody got a clue? This shouldn't be that difficult, yet its driving me
crazy.
Any and all help is appreciated.
Thanks,
RJ