从通用数据库文件导入

发布于 2024-09-24 18:34:45 字数 232 浏览 3 评论 0原文

我需要将数据从普适数据库导入到sql server。我已经安装了 pervasive db client & oledb 提供者。我的普遍数据库是文件格式的(带有 .DAT 文件的文件夹)。我想知道如何从这些文件中读取数据。当我使用连接字符串作为“Provider=PervasiveOLEDB;Data Source=C:\datafilesDirectory;”时它在“测试连接”中给出未指定的错误。因为我在这里遗漏了一些东西?请帮忙!!

I need to import data from pervasive database to sql server. I have installed pervasive db claient & oledb provider. the pervasive database with me is in file format (folder with .DAT files). I would like to know how to read data from these files. when i used connection string as "Provider=PervasiveOLEDB;Data Source=C:\datafilesDirectory;" it gives unspecified error in 'Test Connection'. As i missing something here? Please help!!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

稀香 2024-10-01 18:34:45

您是否有描述数据文件的 DDF 文件(FILE.DDF、FIELD.DDF、INDEX.DDF)? Btrieve 文件中不存储字段信息。如果您没有 DDF 文件,则需要它们才能使用 OLEBD(或 ODBC 或 ADO.NET 或任何其他关系方法)。

同时,您需要的不仅仅是 PSQL“客户端”。您将需要一个可用于读取文件的 PSQL 引擎。您是否安装了引擎(工作组或服务器)或客户端?

Do you have DDF files (FILE.DDF, FIELD.DDF, INDEX.DDF) that describe the data files? Btrieve files do not store field information in them. If you don't have DDF files, you will need them in order to use OLEBD (or ODBC or ADO.NET or any other relational method).

At the same time, you will need more than just the PSQL "Client". You will need a PSQL engine available to read the files. Did you install an engine (workgroup or server) or client?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文