How do I delete a record?

kwokv616

Registered User.
Local time
Today, 13:50
Joined
Nov 10, 2008
Messages
46
I need to append a number of records into an existing table of records.
I would like it to delete the existing record when on error.
What code should I write to delete a record?
 
Use SQL.

If record exists, then Update the record. If it doesn't then Insert the record.

If you want to delete the record then use SQL to delete the record.
 

Users who are viewing this thread

Back
Top Bottom