Whats the best way to delete a record from database , any example, by using data adapter?
Printable View
Whats the best way to delete a record from database , any example, by using data adapter?
From within my asp page I would use ado.net and vb.net just like it was a windows based app. That should work just fine.
DELETE FROM tablename WHERE primarykeyid = 92
This is similar to your other thread, so please just stick to one thread to get your answer.