C# 将 Access 数据导入 SQL Server CE(.mdb 到 .sdf)
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/481719/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Import Access data into SQL Server CE (.mdb to .sdf)
提问by pro3carp3
I've found a few articles & discussions on how to import data from Access to SQL Server or SQL Server Express, but not to SQL Server CE. I can access both the the Access data and CE data in the VS database explorer with seperate connections, but don't know how to move the data from one to the other. (I'm using c#.) Any suggestions? Thanks.
我找到了一些关于如何将数据从 Access 导入 SQL Server 或 SQL Server Express,而不是 SQL Server CE 的文章和讨论。我可以通过单独的连接访问 VS 数据库资源管理器中的 Access 数据和 CE 数据,但不知道如何将数据从一个移动到另一个。(我正在使用 c#。)有什么建议吗?谢谢。
采纳答案by ctacke
You might look at PrimeWorks' DataPort Wizard.