Thomas
Thu Feb 14 17:13:35 CST 2008
Go to my website below and contact me.
--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
http://www.Ecom-Data.com
==============================================
<anncobb@q.com> wrote in message
news:b64c1545-bf1f-4b16-bf13-21fbdf500f5f@c23g2000hsa.googlegroups.com...
On Feb 13, 2:05 pm, "Thomas A. Rowe" <tar...@mvps.org> wrote:
> Can you paste in a reply the lines that are similar to:
>
> Set RecordSet = Server.CreateObject("ADODB.Recordset")
> SQL = "SELECT * FROM tablename"
> RecordSet.Open SQL, DSN_Name
> --
> ==============================================
> Thomas A. Rowe
> Microsoft MVP - FrontPage
>
>
http://www.Ecom-Data.com
> ==============================================
>
> <annc...@q.com> wrote in message
>
> news:70762f49-201b-4e2b-ab48-2eba15bfbd20@d4g2000prg.googlegroups.com...
> On Feb 13, 12:31 pm, annc...@q.com wrote:
>
>
>
>
>
> > On Feb 13, 5:56 am, "Thomas A. Rowe" <tar...@mvps.org> wrote:
>
> > > What is the name of your recordset ?
>
> > > --
> > > ==============================================
> > > Thomas A. Rowe
> > > Microsoft MVP - FrontPage
>
> > >
http://www.Ecom-Data.com
> > > ==============================================
>
> > > <annc...@q.com> wrote in message
>
> > >news:a81139db-9a1b-43ba-bc73-10f746811f5f@l32g2000hse.googlegroups.com...
> > > On Feb 12, 3:07 pm, "Trevor Lawrence" <Trevor L.@Canberra> wrote:
>
> > > > <annc...@q.com> wrote in message
>
> > > >news:483a6e50-9767-4382-9960-a7ae850bebbe@s37g2000prg.googlegroups.com...
> > > > Hi,
>
> > > > I tried placing the code as you suggested on my page <img
> > > > src="ImagesDeceased/<%=fp_rs("picfilenamefieldname")%>...
> > > > , but it only generated the same code when publilshed, then I tried
> > > > putting code in the code (html) of the page, and received the
> > > > following results and all my other results were gone:
>
> > > > Microsoft VBScript runtime error '800a000d'
>
> > > > Type mismatch: 'fp_rs'
>
> > > > /Braten.asp, line 52
>
> > > > Just a question
>
> > > > Did you change "picfilenamefieldname" to the *actual* fieldname on Access ?
> > > > --
> > > > Trevor Lawrence
> > > > Canberra
> > > > Microsoft MVP - FrontPage
> > > > MVP Web Site
http://trevorl.mvps.org
>
> > > Thank you, yes I did change the actual field name in the script to the
> > > field name I have in my table/query - the field for my pictures is
> > > named picfilename and i tried putting the script in the code section
> > > of my web and also just on my page. I get the following error message
> > > when it is in the code(html) section of my web and all the other
> > > results are missing:
>
> > > Microsoft VBScript runtime error '800a000d'
>
> > > Type mismatch: 'fp_rs'
>
> > > /Braten.asp, line 54
>
> > > Thanks, Ann- Hide quoted text -
>
> > > - Show quoted text -
>
> > My table name is Deceased, my query is DeceasedQuery, my database is
> > hampton, my images are kept in the web in folder called
> > ImagesDeceased, the field in query that holds the image is named
> > picfilename. the image in the field picfilename is ImagesDeceased/
> > Blossom.jpg.
>
> > thanks for your help and advice,
>
> > Ann- Hide quoted text -
>
> > - Show quoted text -
>
> Also, I use frontpage 2003, but I have office 2007 installed in
> micosoft office and although the database is supposed to be in 2002-03
> format - the database opens in access07, but it does state at the top
> that the database is 02-03 access.- Hide quoted text -
>
> - Show quoted text -
I Just don't know how to get the record set information - I just not
familar with getting under the hood (I'm not a programer - just a
user) - but heck this is supposed to work and that is why I use FP and
Access. I've tried to figure out how to access the recordset by help,
google and forums, not not enough info given there to guide me through
this. Sorry for being inept. But I do need the help - I'm to
complete this website for funeral home - have missed deadline due to
this picture problem. Thanks again. Ann