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 ????