|
-
August 18th, 1999, 10:14 AM
#1
ADO
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 ????
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|