Is there a way I can find out if a database I have created exists in the sql server using ado.net methods? How about determining if a table exists, or any other database object for that matter?
The reason I wish to know this is so that my application can recreate the database or tables if they get deleted by the user.
The reason I wish to know this is so that my application can recreate the database or tables if they get deleted by the user.
Comment