简体   繁体   English

使用VB.Net将Foxpro数据库(.DBF)迁移到Sql数据库

[英]Migrating Foxpro database (.DBF) to Sql database using VB.Net

I am working on application to migrate DBF file data to SQL. 我正在开发应用程序以将DBF文件数据迁移到SQL。 Kindly suggest be how to start with it. 请建议如何从它开始。

Thanks 谢谢

I would use SSIS (Sql Server Integration Services) to map from the old database to a new one. 我会使用SSIS(Sql Server Integration Services)从旧数据库映射到新数据库。 Is it a one time job, or is it a continuous integration? 这是一次性工作,还是持续整合?

Use the Sql Server Upsizing Wizard from within FoxPro. 使用FoxPro中的Sql Server升迁向导。

I've done it before, and it does work. 我以前做过,它确实有效。 It works with Sql Server 2005 and 2008. 它适用于Sql Server 2005和2008。

Google for "foxpro sql sever upsizing wizard" for plety of info. Google为“foxpro sql sever升级向导”提供了大量信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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