Displaying Acces OLE Object in Frontpage

D

D Ryan

I have an Access database with OLE Objects. Right now my
FrontPage database query results displays [#BINARY#] for
those values.

Is there any way to display a thumbnail or icon for those
values that when clicked on opens the object from inside
the database? The only workaround I have now is to move
the objects out of the database, into a folder on the
web, and then create a URL/pathname link to the object
that is displayed on the page.
 
K

Kevin Spencer

Your workaround would be the best way to accomplish your requirement.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
G

Guest

What if I ran it on SQL Server instead of Access? It
seems that wouldn't solve my problem - that the
limitation is with FrontPage and not Access.

DR
-----Original Message-----
Your workaround would be the best way to accomplish your requirement.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

I have an Access database with OLE Objects. Right now my
FrontPage database query results displays [#BINARY#] for
those values.

Is there any way to display a thumbnail or icon for those
values that when clicked on opens the object from inside
the database? The only workaround I have now is to move
the objects out of the database, into a folder on the
web, and then create a URL/pathname link to the object
that is displayed on the page.


.
 
K

Kevin Spencer

There is no limitation. It is just much more expensive in terms of
server-side processing and memory usage to fetch images from a database. It
is also a job which requires a good bit more programming skill.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

What if I ran it on SQL Server instead of Access? It
seems that wouldn't solve my problem - that the
limitation is with FrontPage and not Access.

DR
-----Original Message-----
Your workaround would be the best way to accomplish your requirement.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

I have an Access database with OLE Objects. Right now my
FrontPage database query results displays [#BINARY#] for
those values.

Is there any way to display a thumbnail or icon for those
values that when clicked on opens the object from inside
the database? The only workaround I have now is to move
the objects out of the database, into a folder on the
web, and then create a URL/pathname link to the object
that is displayed on the page.


.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top