E
Ed Swartz
I'm working on a web application written in ASP, using SQL Server, and
Access for the administrative backend.
The client wants to store JPEG photos in the database. I've added an
image field to the appropriate tables and created an Access form with VB
script that imports the photos from files into the database.
Now I need to display the photos on the appropriate Access forms.
I uploaded a test photo into a test record. Then I created a Bound
Object Frame and set the Control Source to the image filed (named Photo,
what else...).
When I open the Access form on the test record nothing displays in the
Bound Object Frame. I'm certain that I have a JPEG image stored in the
test record because I can pull out the image and display it with ASP on
a browser.
Any debugging ideas ?
Ed Swartz
Access for the administrative backend.
The client wants to store JPEG photos in the database. I've added an
image field to the appropriate tables and created an Access form with VB
script that imports the photos from files into the database.
Now I need to display the photos on the appropriate Access forms.
I uploaded a test photo into a test record. Then I created a Bound
Object Frame and set the Control Source to the image filed (named Photo,
what else...).
When I open the Access form on the test record nothing displays in the
Bound Object Frame. I'm certain that I have a JPEG image stored in the
test record because I can pull out the image and display it with ASP on
a browser.
Any debugging ideas ?
Ed Swartz