473,378 Members | 1,152 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

Memo Fields via a webpage/upload images?

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
--
Donald
Nov 12 '05 #1
0 1424

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

12
by: magmike | last post by:
When users of my site submit articles to our database (http://www.netterweb.com/articles/) they almost always have http:// addresses within the text. They are pasting that text into a box which...
2
by: jacoballen | last post by:
I have a query that combines the results of three related tables. The memo fields are truncated to 255 characters, but I need all the information in them. I'm aware that removing code such as...
16
by: Mark | last post by:
Hello. I am attempting to use AppendChunk() to write binary data to a memo field in Access 2000. My initial call to AppendChunk() results in a data type conversion error. Any suggestions? Here...
7
by: maffonso | last post by:
Hi guys, My table has a memo field. At the end of the month a run a report and I would like to concatenate the memo fields in a unique field by dept. Im thinking doing this through totals button...
9
by: RMC | last post by:
Hello, I'm looking for a way to parse/format a memo field within a report. The Access 2000 database (application) has an equipment table that holds a memo field. Within the report, the memo...
10
by: ARC | last post by:
This is mainly a speed question. In this example: I have a QuotesHdr table that has a few memo fields. If these memo fields are used extensively by some users, and if their are a large number of...
9
by: saldandm | last post by:
I think this is probably some minor oversight on my end but I'm just missing it. I have a multipart/form-data form in a ASP page. Inside the form I have traditional text fields and a upload field...
2
by: steph | last post by:
I have a table with 250 fields. Of course you are wondering why 250 fields... what could I possibly be storing in so many fields? I am using this table as a general import table for files that...
2
by: haft | last post by:
My webpage of discussion contains a javascript powered image gallery of small thumbnail images that when moused-over, display a larger image that corresponds to the current moused-over thumbnail....
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.