简体   繁体   中英

Use SQL Server 2012 Express LocalDB in Visual Studio 2015

I need to create a Database in Visual Studio 2015 with SQL Server 2012 Express LocalDB for compatibility issues with previous versions of Visual Studio. From what I found, if I need to connect a table from previous versions of Visual Studio, I just need to change the Data Source from (localdb)\\v11.0 to (LocalDB)\\MSSQLLocalDB .

Now I want to know if I can make the opposite, changing the Data Source from the Database that I created in Visual Studio 2015 to (localdb)\\v11.0 , will it work without problems and without lost of data if I use it in previous versions of Visual Studio?

与朋友一起测试了如何仅安装Visual Studio 2013,并且看来它不起作用。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM