PDA

Click to See Complete Forum and Search --> : stupid delete table...


Melvana
Oct 3rd, 2000, 12:27 PM
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...

Oct 4th, 2000, 12:36 PM
Truncate table tablename

This will delete all rows in the given table.