Results 1 to 4 of 4

Thread: how to delete or edit a tuples via vb.net

  1. #1
    Join Date
    Dec 2008
    Posts
    177

    how to delete or edit a tuples via vb.net

    Hello,
    I have an application that allows me to see the database (the tables and records of each table)
    I'm stuck on doing what I want: that when a select tuples is for example the table clients if this line is selected and click on the button to remove this client will be deleted from the table.
    and for such a change but to do so I have no idea how?
    what are the codes?
    a big big thank you

  2. #2
    Join Date
    Apr 2008
    Posts
    2,005

    Re: how to delete or edit a tuples via vb.net

    hi,
    DELETE FROM `MyTable` WHERE `ID` = xxx

  3. #3
    Join Date
    Dec 2008
    Posts
    177

    Re: how to delete or edit a tuples via vb.net

    I have 4 fields in the customer table so if introduced one of them (the name, surname, city) the tuple will be deleted from the table, but I try I can not find the answer.

  4. #4
    Join Date
    May 2008
    Posts
    2,389

    Re: how to delete or edit a tuples via vb.net

    hi,

    you want to delete the records that match either name, first name or ID in the city?try the following method:


    DELETE FROM `MyTable` WHERE `ID` = xxx Or `Name` = 'yyyy' Or `First` = 'zzzz' OR `City` = 'wwww'

Similar Threads

  1. How to edit or delete data in MySQL
    By Algernon in forum Software Development
    Replies: 4
    Last Post: 31-12-2010, 07:13 AM
  2. Add, Edit, Delete from one Form in SQL with ASP & JAVA
    By Kanan in forum Software Development
    Replies: 3
    Last Post: 19-05-2009, 09:53 AM
  3. Delete duplicate tuples from a table in SQL Server
    By Andrew in forum Guides & Tutorials
    Replies: 5
    Last Post: 18-03-2009, 12:52 PM
  4. HELP--Vista Welcome Center: How to add/edit/delete icons?
    By SinguIar in forum Windows Vista Performance
    Replies: 1
    Last Post: 09-06-2007, 08:35 AM
  5. Vista Welcome Center: How to add/edit/delete icons?
    By padron.jorge@gmail.com in forum Vista Help
    Replies: 1
    Last Post: 30-03-2007, 09:34 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,716,848,019.00148 seconds with 17 queries