Results 1 to 3 of 3

Thread: Delete a row

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2005
    Posts
    499

    Delete a row

    i am using this to delete all rows with a certain name
    VB Code:
    1. con.Execute "DELETE FROM Tdetails WHERE Name = 'Trade'"

    what do you do to delete only one row ?

    thanks.

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Delete a row

    Quote Originally Posted by user name
    i am using this to delete all rows with a certain name
    VB Code:
    1. con.Execute "DELETE FROM Tdetails WHERE Name = 'Trade'"

    what do you do to delete only one row ?

    thanks.
    VB Code:
    1. WHERE Name = 'Trade'"  and otherData = 'True'

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2005
    Posts
    499

    Re: Delete a row

    thanks for that but the other fields are the same aswell. is there a way of deleting something knowing the row number ?

    thanks.

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