Connecting to SQL Server with Visual Studio Express Editions [closed]

You should be able to choose the SQL Server Database file option to get the right kind of database (the system.data.SqlClient provider), and then manually correct the connection string to point to your db. I think the reasoning behind those db choices probably goes something like this: If you’re using the Express Edition, and you’re … Read more