manage sdf data in visual studio 2013

Last year, I used VS2010 to develop a Winforms application. Now, I changed to VS2013 and I faced some problems.

I couldn't find a way to manage SQL Server Compact Edition database files ( .sdf ) in VS2013. Although I have installed an add-in from this website

But I can only see the top 200 rows of data in the .sdf , I can't open connection in order to add more data with code.

Is there any solution for me ?


Go to Options in the addin, and you change 200 to any number

Could you clarify what you mean by: "cant open connection in order to add more data with code" ?

链接地址: http://www.djcxy.com/p/96674.html

上一篇: 将SQL Server 2008升级到Visual Studio 2013的版本

下一篇: 在Visual Studio 2013中管理sdf数据