html >> Submitting data to database via form

by oh41k » Thu, 22 Dec 2005 09:31:16 GMT

When I submit data to my Access database, two things happen or rather don't
happen. 1) the database is not updated and 2) I get an http 500 error rather
than "the page that should be displayed after clicking the submit button."

If I go to the database directly and add new data, "the page that should be
displayed after clicking the submit button" will display with all changes that
were added directly to the database.

Thus, it appears that there is connectivity between the database and "the page
that should be displayed after clicking the submit button". What do I need to
do to get the database updated using an asp form?

It is driving me crazy. Any help is greatly appreciated



Similar Threads

1. submitting data to email via submit form

I created a form to be filled out and sent via a submit button. How do I link the filled in data to be sent to a specific email?

Thanks!

2. Submitting Data via Form - Adobe Dreamweaver

3. Submitting form data via email?

Hello,

 I've created a form in Dreamweaver, and now I'd like for users to click the 
Submit button, and have that info emailed to me.  I'm not a programmer, and I 
don't know how I can make the form data get sent via email.  I thought there 
would be a behavior I could apply to the Submit button, but no such luck.  The 
website is running IIS v6.  I found a pearl script that would do the job, but 
it doesn't look like IIS supports a cgi-bin directory.  Can someone please help 
me with this simple task?  

 Thank you in advance!
 Shane

4. Submit Form data to file/capturing data - Adobe Dreamweaver

5. Submit to Database and Notify via email

I built a basic form with three fields that posts to a SQL database using 
ColdFusion as the middleware.  My boss wants to be notified by email any time 
that something is submitted to the database through this form so he doesn't 
have to go in and check it all them time (form will have a very low usage).  
What would be the easiest way to shoot off a simple notification email to him 
any time the form is submitted?

6. submit form data in multiple buttons on a form - ASP

7. Form submit error: ENCTYPE="multipart/form-data"

On some clients, they get the following error when submitting INPUT or UPDATE 
action on a form, though it works from most other clients:
 Form was submitted with no ENCTYPE="multipart/form-data"
 Please correct and try again

 <form ACTION="<%=MM_editAction%>" METHOD="POST" enctype="multipart/form-data" 
name="form4" 
onSubmit="checkFileUpload(this,'',false,'','','','','','','');return 
document.MM_returnValue">

 Any ideas?


8. Posting XML data into My Access Database via ASP - Database Tutorial in ASP