HOME |   REGISTER FOR YOUR FREE AD   |  LOGIN |   
Keep surfing....
How to Record Music on the computer  
How to stream Audio and Video
Build a website  
Make a million on the web in 10 easy years
Get listed in the search engines
Build a web Database
How to get your kids interested in music
Fun with .asx files
 
Reset your sound module
Links we like
All the Search Engines
Contact Us
Advertise
Privacy
 

The other time you would use SQL statements is to Update or Delete records.  

This can either be:

  • Very easy (FrontPage creates the pages for you or
  • Fiendishly difficult (in .asp or .net)

If you go for the Fiendishly Difficult method (also known as "server side coding") this is what you are trying to achieve:

  1. One page that shows a unique record within an editable text box within a form element
  2. The form posts to another page (update, delete) that only has a custom SQL statement within the database results wizard AND THEN a http:// refresh to a confirmation page (or back to main)

Sound difficult?  It can be, but once you get the hang of it you can produce these statements with only a bit of tinkering.  The longer the statement (or # of text boxes to update) increases the amount of errors, so updating one or 2 elements within a form at a time is very acceptable and easier than updating the entire form.

We suggest looking at the examples from Spooky at Outfront.net, they can point you in the right direction and are very clear and easy to use.