Don't put the pictures in the database. Upload the pictures as files, and put
the *file names* in the database.
To make the Database Results Wizard display the pictures, set up a custom
query that begins like this:
SELECT '<img src="'images/&[picfilename]&'">' as pictag, ...
and report the pictag field. Then, when the DRW conmpletes, right-click
<<pictag>>, choose Database Column Value Properties, and select Column Value
Contains HTML.
Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Windows SharePoint Services Inside Out
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
"Sam B." wrote:
> Hello,
>
> I am attempting to add a database to one of my pages. I created a very
> simple database which displays Label Name and Label Picture. I choose to
> insert the pictures using the insert/OLE Object function in access. I
> browsed my desktop and inserted the image. I uploaded the page to my site
> and the two test names appeared, but the pictures did not. Instead of
> pictures the following was dispalyed [#BINARY#]. I then tried to move the
> pictures into my images folder and still had the same issues. What is the
> best way to fix this problem?
>
> Thank you,
> Sam