0

I Used Database First Approach on entity framework it work fine.Database are stored in visual studio but it is not effecting the original database ko sql server 2008.i followed http://msdn.microsoft.com/en-us/data/gg685489.aspx. for studying .Any help plz

4
  • 1
    What do you meant by but it is not effecting the original database ? Commented Sep 6, 2012 at 7:20
  • database of server is not being effected on any operation ,the database which is in program .mdf is being effect Commented Sep 6, 2012 at 8:10
  • 1
    Then your change your connection string to SQL server. Commented Sep 6, 2012 at 8:14
  • I'll add it as the answer then. Commented Sep 6, 2012 at 9:34

1 Answer 1

1

Then make sure your connection string is correct. More details

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.