I all ready have a connection open to a database. I know I have write access to it, because I've ran a Select INTO query and it populated the table. What I'm needing to do it delete the table. I know the command is DROP TABLE <table_name> but that doesn't work. It throws me out of my program. Any help would be appreciated.
Thanks,
Bailee