Results 1 to 3 of 3

Thread: [2008] mysql delete command

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2006
    Posts
    274

    [2008] mysql delete command

    Whats the best way to delete a record from database , any example, by using data adapter?

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    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.

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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
  •  



Click Here to Expand Forum to Full Width