Basically, I now have my .mdf file for my DataGridView. The contents that the dataGridView loads is within that file. However, if I deploy this software onto another computer, it no longer works despite changing the file location. So, I need to be able to put this data online so it can be used inside the application. Any ideas?
check these things 1. Make sure your database engine is configured to accept remote connections •Start > All Programs > SQL Server 2005 > Configuration Tools > SQL Server Surface Area Configuration •Click on Surface Area Configuration for Services and Connections •Select the instance that is having a problem > Database Engine > Remote Connections •Enable local and remote connections •Restart instance
3.If you are using a named SQL Server instance, make sure you are using that instance name in your connection strings in your ASweb P.NET application •Usually the format needed to specify the database server is machinename\instancename •Check your connection string as well