Quote:
Originally posted by ah123@May 27 2005, 03:37 PM
You need to drop or truncate the table if I recall correctly -
Dropping table = "drop table xxx"
Truncate table = "truncate table xxx"
(remove quotes, xxx=name of table)
Hope that is what you were looking for...
|
Thanks, but I manage to figure it out anyway. I just had to drop all the keys, drop the table, import the table, and rebuild my keys. things are fine now.