S
Satish
Hello,
I'm trying to delete a table in an excel file. I'm
executing the "DROP TABLE tablename" via a OleDBCommand
object by calling ExecuteNonQuery.
The command fails(the table still exists) but no
exception is thrown. When I set the table name to a non-
existent table an error is popped out so I'm pretty sure
it sees the table.
Why doesn't the table get deleted?
Satish
I'm trying to delete a table in an excel file. I'm
executing the "DROP TABLE tablename" via a OleDBCommand
object by calling ExecuteNonQuery.
The command fails(the table still exists) but no
exception is thrown. When I set the table name to a non-
existent table an error is popped out so I'm pretty sure
it sees the table.
Why doesn't the table get deleted?
Satish