Problem in database dataset in C#
currently i been working on University project, i make my database in sql server 2008. in C# side i call the database through dataset (virtual database), when ever i try to run my project on another PC it's give error that no database connected. while i have paste the backup copy of database to the other PC...what is the solution. i dont understand.. thanks in advance.
Thamilselvan JagadeesanPosted Jun 27, 2013, 3:40 AM
Sanjeeb LenkaPosted Jun 27, 2013, 12:30 AM
Iftikar HussainPosted Jun 27, 2013, 12:24 AM
Below is the link for restoring the database
http://msdn.microsoft.com/en-us/library/ms177429.aspx
Regards,
Iftikar
Remember to click "Mark as Answer" on the post, if it helps you.
NaumanPosted Jun 27, 2013, 12:08 AM
Iftikar HussainPosted Jun 26, 2013, 11:42 PM
Since your Sql Database in your local machine. So after copy the backup of database to other system you need to restore it in Sql Server. Are you using SQL MGMT. Studio to create database?
Regards,
Iftikar