C#从GDB帮助中读取 [英] C# Read from GDB help

查看:425
本文介绍了C#从GDB帮助中读取的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好!

我想从GDB文件中读取数据,但我发现只有1个dll允许我这样做,即 http://www.ibprovider. com [^ ]

但这实际上不是免费的,这对我来说是个问题.

我试图建立连接:

Hello!

I would like to read datas from a GDB file, but I found only 1 dll which allows this to me, and that is http://www.ibprovider.com[^]

But actually this isn''t for free, and that''s the problem for me.

I tried to make a connection:

OleDbConnection con = new OleDbConnection("Provider=what to write here?;" +
                                      "data source=path;" +
                                      "ctype=win1251;user id=SYSDBA;password=masterkey");



但是我不知道该写什么给提供者.
还有其他方法可以读取GDB文件吗?



But I don''t know what to write to Provider.
Is there any other way to read from a GDB file?

推荐答案

不太可能为此找到免费的DLL.甚至您上面提到的付费人可能还不够.您到底为什么要直接解析它?

这是一个相关的主题:

http://forums.asp.net/t/922763.aspx/1 [ ^ ]

我认为如果没有所需的提供程序DLL,那里的代码将无法工作.
It''s unlikely that you''ll find a free DLL for this. Even the paid one you mentioned above may not be sufficient. Why exactly do you want to parse it directly?

Here''s a related thread:

http://forums.asp.net/t/922763.aspx/1[^]

I don''t think that code there will work without your having the required provider DLLs though.


这篇关于C#从GDB帮助中读取的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆