how to restore database using vb.net?
Answer Posted / abhijit r. mandavgane
imports microsoft.win32
dim svr as new SQLDMO.SQLServer
svr.executeImmediate("RESTORE DATABASE<DATABASE NAME> FROM
DISK =<DATABASE PATH NAME> WITH REPLACE")
Is This Answer Correct ? | 12 Yes | 4 No |
Post New Answer View All Answers
What is the difference between compiler and interpreter?
What is static member?
What is the role of new keyword?
Described strong typing and weak typing?
What do you mean by serialization?
Explain the difference between datatable and dataset?
Explain the services provided by common language infrastructure.
what's ArrayList in .Net (VB.Net or C#).What's the advantageous using ArrayList.
Which classes a dll can contain?
Define naming convention?
Describe about visual basic.net?
How does vb.net achieve polymorphism?
What is a preprocessor directive in vb.net?
how to get dynamic control array position or its index position?
Explain how to send xml file on server using http protocol?