how to restore database using vb.net?

Answers were Sorted based on User's Feedback



how to restore database using vb.net?..

Answer / konthappan

Does TCS interviewer asked this question .. ????

Is This Answer Correct ?    13 Yes 2 No

how to restore database using vb.net?..

Answer / 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

how to restore database using vb.net?..

Answer / ajit

really TCS interviewer asked this question.........??????ya
tu fek raha hai......

Is This Answer Correct ?    3 Yes 4 No

how to restore database using vb.net?..

Answer / jakson

tcs will not ask this quiston

Is This Answer Correct ?    4 Yes 6 No

Post New Answer

More VB.NET Interview Questions

what is common type system?

0 Answers  


code for itemstockgroupwise record?

1 Answers  


What are the two main parts of .net?

0 Answers  


What are the differences between server-side and client-side code?

0 Answers  


how many server control present in .net

0 Answers  






What are the features of c# which are not present in vb.net?

0 Answers  


Explain the advantages of migrating to vb.net?

0 Answers  


code for export,import,save,update,delete ?

1 Answers  


In vb.net how to connect crystal report?

1 Answers  


Can you please explain the difference between int and int32?

0 Answers  


What is the difference between system.applicationexception class and system.systemexception?

0 Answers  


How to connect a service based database to vb.net forms? Do we have to create any specific database?

1 Answers  


Categories