|
-
May 13th, 2008, 02:05 AM
#1
Thread Starter
Hyperactive Member
[2008] mysql delete command
Whats the best way to delete a record from database , any example, by using data adapter?
-
May 13th, 2008, 08:43 AM
#2
Re: [2008] mysql delete command
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.
-
May 13th, 2008, 02:48 PM
#3
Re: [2008] mysql delete command
DELETE FROM tablename WHERE primarykeyid = 92
This is similar to your other thread, so please just stick to one thread to get your answer.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|