Data not saving permanently to SQL table

后端 未结 5 1046
梦谈多话
梦谈多话 2020-12-06 15:14

I am using C# for a WPF application in Visual Studio Express 2012. I followed the tutorial found here. I created a testDb.mdf local Service-based database. I

5条回答
  •  一生所求
    2020-12-06 15:35

    Well, i found the solution. I solved it by installing SSDT(SQL server data tools) for visual studio. Install it according to your visual studio version. Go to following link to download the SSDT for visual studio. https://msdn.microsoft.com/en-us/mt186501

提交回复
热议问题