D
donald
Hello all, I just found this group after doing a search on google for help
with a 2 problems I am having with a database I am trying to desing to track
my DVD's, and I hope someone here can take pity on a newbie and help him
out.
I have a database desinged in Access 2003 which has 2 memo fields for
Synopsis and Special_Features I wish to allow these to be updatable over a
webpage and using frontpage (i know not ideal but its just to help me learn
ASP/Database intergration) i have created all my pages and set the text
boxes/areas to include the code: <%= Request("Special_Features") %> ect. and
my sql statement is :
UPDATE DVD
SET Title='::Title::',
Synopsis='::Synopsis::',
Region='::Region::',
RCE='::RCE::',
Synopsis='::Synopsis::',
Special_Features='::Special_Features::',
Audio='::Audio::',
Subtitles='::Subtitles::',
[Running Time (mins)]='::[Running Time (mins)]::'
WHERE ID=::ID::
the webpage I select the DVD title to update is linked via this hyperlink
enter_dvd_details.asp?ID=<%=FP_FieldURL(fp_rs,"ID")%>&Title='<%=FP_FieldURL(
fp_rs,"Title")%>'&Starring='<%=FP_FieldURL(fp_rs,"Starring")%>'&Synopsis=<%=
FP_FieldURL(fp_rs,"Synopsis")%>&Special_Features=<%=FP_FieldURL(fp_rs,"Speci
al_Features")%>&Audio='<%=FP_FieldURL(fp_rs,"Audio")%>'&Subtitles='<%=FP_Fie
ldURL(fp_rs,"Subtitles")%>'&Running+Time+(mins)='<%=FP_FieldURL(fp_rs,"Runni
ng Time
(mins)")%>'&Region='<%=FP_FieldURL(fp_rs,"Region")%>'&RCE=<%=FP_FieldURL(fp_
rs,"RCE")%>
now all appears to work I can see the fields are all filled out properly ect
my problem is Internet Explorer 6 keeps crashing as soon as the page loads,
and as such i cant edit anything, I was wondering if anyone had an idea on
what I was doing wrong and how to fix it.
My other problem isn't nearly as bad, I want to be able to upload an image
of the DVD cover to the images folder in the website and it is automatically
renamed DVDID*.jpg where * is the ID number and the link is added to the
databases photo field for display when the record is called.
Any help on either problem would be extremely appreciated.
Thank You
with a 2 problems I am having with a database I am trying to desing to track
my DVD's, and I hope someone here can take pity on a newbie and help him
out.
I have a database desinged in Access 2003 which has 2 memo fields for
Synopsis and Special_Features I wish to allow these to be updatable over a
webpage and using frontpage (i know not ideal but its just to help me learn
ASP/Database intergration) i have created all my pages and set the text
boxes/areas to include the code: <%= Request("Special_Features") %> ect. and
my sql statement is :
UPDATE DVD
SET Title='::Title::',
Synopsis='::Synopsis::',
Region='::Region::',
RCE='::RCE::',
Synopsis='::Synopsis::',
Special_Features='::Special_Features::',
Audio='::Audio::',
Subtitles='::Subtitles::',
[Running Time (mins)]='::[Running Time (mins)]::'
WHERE ID=::ID::
the webpage I select the DVD title to update is linked via this hyperlink
enter_dvd_details.asp?ID=<%=FP_FieldURL(fp_rs,"ID")%>&Title='<%=FP_FieldURL(
fp_rs,"Title")%>'&Starring='<%=FP_FieldURL(fp_rs,"Starring")%>'&Synopsis=<%=
FP_FieldURL(fp_rs,"Synopsis")%>&Special_Features=<%=FP_FieldURL(fp_rs,"Speci
al_Features")%>&Audio='<%=FP_FieldURL(fp_rs,"Audio")%>'&Subtitles='<%=FP_Fie
ldURL(fp_rs,"Subtitles")%>'&Running+Time+(mins)='<%=FP_FieldURL(fp_rs,"Runni
ng Time
(mins)")%>'&Region='<%=FP_FieldURL(fp_rs,"Region")%>'&RCE=<%=FP_FieldURL(fp_
rs,"RCE")%>
now all appears to work I can see the fields are all filled out properly ect
my problem is Internet Explorer 6 keeps crashing as soon as the page loads,
and as such i cant edit anything, I was wondering if anyone had an idea on
what I was doing wrong and how to fix it.
My other problem isn't nearly as bad, I want to be able to upload an image
of the DVD cover to the images folder in the website and it is automatically
renamed DVDID*.jpg where * is the ID number and the link is added to the
databases photo field for display when the record is called.
Any help on either problem would be extremely appreciated.
Thank You