使用 VB.Net 将 Foxpro 数据库 (.DBF) 迁移到 Sql 数据库
我正在开发将 DBF 文件数据迁移到 SQL 的应用程序。 请建议如何开始。
谢谢
I am working on application to migrate DBF file data to SQL.
Kindly suggest be how to start with it.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我会使用 SSIS(Sql Server 集成服务)从旧数据库映射到新数据库。这是一次性工作,还是持续集成?
I would use SSIS (Sql Server Integration Services) to map from the old database to a new one. Is it a one time job, or is it a continuous integration?
使用 FoxPro 中的 Sql Server 升迁向导。
我以前做过,而且确实有效。它适用于 Sql Server 2005 和 2008。Google
搜索“foxpro sql sever upsizing Wizard”以获取大量信息。
Use the Sql Server Upsizing Wizard from within FoxPro.
I've done it before, and it does work. It works with Sql Server 2005 and 2008.
Google for "foxpro sql sever upsizing wizard" for plety of info.