- Home
·
- Miscellaneous
·
- Delete a Table - Access / Sql Server or Others(to test) thru VB 6.0 Code.
Delete a Table - Access / Sql Server or Others(to test) thru VB 6.0 Code.
Delete a Table - Access / Sql Server or Others(to test) thru VB 6.0 Code.
Rate Delete a Table - Access / Sql Server or Others(to test) thru VB 6.0 Code.
(1(1 Vote))
1. Need to establish a Connection with the specific provider before deleting
a table.
2. Connection to name as ex. CONN
CONN.EXECUTE "DROP TABLE <tablename>"
Ex. Table Name - mytable
CONN.EXECUTE "DROP TABLE mytable"
Delete a Table - Access / Sql Server or Others(to test) thru VB 6.0 Code. Comments
No comments yet — be the first to post one!
Post a Comment