Easily,
The most efficient way is to just store the picture name and then query the
dbase and return the results with something like
Response.write ("<img src=")
Response.write RS (imagename)
Response.write (".jpg>")
This assumes you are using asp and are familiar with database queries if you
need more details see this link.
http://www.pvinter.com/fp2000/aspwebwiz/page00010.htm
"Rob" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Can this be done with FP? if it can be done, can someone tell me how or
> point me to where that information is??
>