View Single Post
Old 05-27-2005, 11:04 AM   #3
TheyCallMeBruce
Likes Cartoons
 
TheyCallMeBruce's Avatar
 
Join Date: Apr 2004
Exp:
Default

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.
TheyCallMeBruce is offline   Reply With Quote