Thread: Clear table or specifiec fields

  1. #1
    Registered User
    Join Date
    Jul 2006
    Posts
    46

    Clear table or specifiec fields

    Hi
    How i can clear the table of my database of the records that are saved there????
    Is possible to clear only one field and leave the others????
    I used BCB6,SQLServer2000, ODBC drivers

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    Look in the manual for how you created the database / fields / records in the first place.

    Then look at the "see also" or "related topics" sections of those manual pages to see if any of them talk about clearing records / fields.

    Is this the same question?
    http://cboard.cprogramming.com/showthread.php?t=85021
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Writing array, to file
    By zootreeves in forum C Programming
    Replies: 9
    Last Post: 09-08-2007, 05:06 PM
  2. i am not able to figure ot the starting point of this
    By youngashish in forum C++ Programming
    Replies: 7
    Last Post: 10-07-2004, 02:41 AM
  3. MUD Concept Question
    By mrpickle in forum Game Programming
    Replies: 3
    Last Post: 12-01-2003, 12:45 PM
  4. extra word printing
    By kashifk in forum C++ Programming
    Replies: 2
    Last Post: 10-25-2003, 04:03 PM
  5. inputting words from a file
    By kashifk in forum C++ Programming
    Replies: 5
    Last Post: 10-24-2003, 07:18 AM