Results 1 to 2 of 2

Thread: stupid delete table...

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2000
    Posts
    15

    Talking

    How can I erase all the records of a table without erasing
    the structure of it?

    I have been able to only erase the content of one table but
    and I don't know how to make it for many tables in one
    database.

    I used ADO with Access database.

    Anybody help me please...
    I'm not like them
    but I can pretend

  2. #2
    Guest

    Truncate table tablename

    This will delete all rows in the given table.

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