简体   繁体   中英

VB.NET - Switch Network SQL Server 2008 R2 Database to a mobile SQL Server CE *.sdf File

I have developed a VB.NET program using a strongly typed dataset. This dataset has its connection to a SQL Server 2008 R2. The software should now be additionally used offline. The database should be exported to a *.sdf database. If no connection to the SQL server is produced, the software have to try to connect to the *.sdf database.

I would like to achieve: 1. Export the data in the SQL Server 2008 R2 database to a local *.sdf file. 2. This *.sdf file has to work as an alternate connection string in the strongly typed dataset.

How can I achieve this?

我的SQL Server Compact工具箱可以帮助您解决问题1。http://erikej.blogspot.com/2010/02/how-to-use-exportsqlce-to-migrate-from.html

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