Kathy
August 18th, 1999, 10:14 AM
Hi,
I want to overwrite a table MyTable. I tried:
cmd.CommandText = "Drop Table MyTable"
--> All it does is delete all the data, but the table is still there
Then I try create MyTable again
cmd.CammandText = "Create MyTable col1 char(10) "
----> ERROR MyTable already exist ????
I want to overwrite a table MyTable. I tried:
cmd.CommandText = "Drop Table MyTable"
--> All it does is delete all the data, but the table is still there
Then I try create MyTable again
cmd.CammandText = "Create MyTable col1 char(10) "
----> ERROR MyTable already exist ????