O
orton wisegarver
I have a database that was created in Access with a member
roster and a photo --
photo are in their own field, (OLE Object) and are linked
to the directory that the photos are stored in. Everything
works in Access just fine. Have a report that displays
member roster data and their photo.
Uploaded database to webserver, created DSN and connection
using FrontPage 2002 DRW.
Created ASP results page without pictures, works
perfectly. Created new results page, including the photo
field.. followed the instruction to delete existing field
code, insert new picture, delete path, insert field info
and edited path statement to proper pointing at picture
files...
when I open the results page I get part of the first
record data, and the photo field has the following error
message:
Microsoft VBScript runtime error '800a0006'
Overflow
/db/results2.asp, line 226
line 226 is the field code - <img border="1" src="<%
=images/MemberPics/FP_FieldLink(fp_rs,"Photo")%>"
width="70" height="100">
I have looked high and low for a solution, no-luck.
Anyone have experience with this ??
Regards,
Orton Wiegarver
roster and a photo --
photo are in their own field, (OLE Object) and are linked
to the directory that the photos are stored in. Everything
works in Access just fine. Have a report that displays
member roster data and their photo.
Uploaded database to webserver, created DSN and connection
using FrontPage 2002 DRW.
Created ASP results page without pictures, works
perfectly. Created new results page, including the photo
field.. followed the instruction to delete existing field
code, insert new picture, delete path, insert field info
and edited path statement to proper pointing at picture
files...
when I open the results page I get part of the first
record data, and the photo field has the following error
message:
Microsoft VBScript runtime error '800a0006'
Overflow
/db/results2.asp, line 226
line 226 is the field code - <img border="1" src="<%
=images/MemberPics/FP_FieldLink(fp_rs,"Photo")%>"
width="70" height="100">
I have looked high and low for a solution, no-luck.
Anyone have experience with this ??
Regards,
Orton Wiegarver