LoudASP Knowledge Base - ASP and Database
Active Server Page knowledge dealing with databases
Easy SQL Help (Delete)
This is how you delete records from a database using SQL.
DELETE * FROM MYTABLE WHERE MYCOLUMN = WHATEVER
Replace MYTABLE with the table name you want to use, same with MYCOLUMN. Change WHATEVER to the
text string or the id of the record you want to delete.
This FAQ has been read 4883 times.
How to Connect to a Database (DSNLESS)
Easy SQL How To (Insert)
Easy SQL Help (Update)
Easy SQL Help (Delete)
Easy SQL Apostrophes Bug Fix
Easy How To SQL (Select)
Database test for no records
|