简体   繁体   English

vb.net + 使用文本文件将 SQL 数据库转换为没有提供程序的 DBF 数据库

[英]vb.net + Convert a SQL database to a DBF database without provider, using text file

I work with vb.net我与 vb.net 合作

I have a sqlServer database and i need to migrate to a DBF database.我有一个 sqlServer 数据库,我需要迁移到 DBF 数据库。

I know that a dbf file sctructure is a hexadecimal text file.我知道 dbf 文件结构是一个十六进制文本文件。

I want to generate this file without a provider...building this file with this hexadecimal structure.我想在没有提供者的情况下生成这个文件...用这个十六进制结构构建这个文件。

Somebody here already did it???这里有人已经这样做了???

I hope you undestand what i said.我希望你明白我说的话。

Thanks by the attention.感谢关注。

Since you have SQl Server I would use SSIS to do the task.由于您拥有 SQl 服务器,因此我将使用 SSIS 来完成任务。 You can directly create a dBase file using an ODBC connection.您可以使用 ODBC 连接直接创建 dBase 文件。 Although why anyone would want to go back to dBase when they already have a SQl Server database is a mystery to me.尽管当他们已经拥有 SQl 服务器数据库时,为什么有人想要将 go 回 dBase 对我来说是个谜。

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

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