G
Guest
I'm using ASP.Net and code behind 'vb'.SQL Server as backend. I want to
delete database at run time. If im deleting the databse using 'DROP DATABASE
databasename' its throwing exception ' Database currently in use'. How to
delete the databse during runtime. I have created a new command and
connection object for deleting the database.And i establish the connection
string to Master database before deleting the database. Please give me some
suggestion.
delete database at run time. If im deleting the databse using 'DROP DATABASE
databasename' its throwing exception ' Database currently in use'. How to
delete the databse during runtime. I have created a new command and
connection object for deleting the database.And i establish the connection
string to Master database before deleting the database. Please give me some
suggestion.