Quote:
Originally Posted by B-Dubbz
Does anyone know how to delete a database entry? I added the delete button and it deletes the row, but it does not delete it from the database.
|
You would have to send a statement like "DELETE FROM animals WHERE name ='foo'" to your database.