使用 Odbc C# .Net 连接到 Pick 数据库

发布于 2024-07-08 19:29:04 字数 51 浏览 8 评论 0原文

如何使用 Ole db 驱动程序连接到 PickBasic 数据库..我非常需要它帮助我

How to Connect to PickBasic database using Ole db driver .. I need it badly help me out

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

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

发布评论

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

评论(6

蓝咒 2024-07-15 19:29:04

我最近加入了这家公司,我看到他们正在使用 UniObjects.Net dll 与该数据库进行交互 从 IBM 查看它,但不确定性能

I recently joined this company and i see they are using UniObjects.Net dll for interacting with this Data base Check it out its from IBM not sure about the performance though

故人爱我别走 2024-07-15 19:29:04

我们使用名为 Redback 的实用程序与 Pick Basic 数据库进行通信。 我试图找到有关 Redback 的更多信息,但没有任何运气。 这个 Redback 插件与 Pick 位于同一台 UNIX 服务器上。 Redback 有几个正在监听请求的响应者。 使用.net,我们向 redback 发出 tcp 请求。 红背响应者接收这些请求并处理它们(Pick 从这里接管,我会对细节有点模糊)。 然后,Redback 将响应以 xml 形式发回,我们将其解析为数据集。

在 Pick 中,创建了一个通用子例程来处理这些红回请求。 该子例程读取请求的详细信息,并根据从 .net 端发送的参数调用适当的子例程。 该程序还处理 xml 格式,以确保从子例程发回的任何数据都经过正确编码和格式化。

我在 Stack 上有几个朋友,该程序和 Pick 可能会更详细地介绍 redback 如何处理来自 .net 的请求。 如果您想了解更多信息,请告诉我。

We communicate with a Pick Basic db using a utility called Redback. I tried to find more information on Redback but I'm not having any luck. This Redback plugin sits on a the same unix server as Pick. Redback has several responders that are listening for request. Using .net, we make tcp requests to redback. The redback responders pick these requests up and process them (Pick takes over from here and I'll a little fuzzy on the details). Redback then sends the response back in xml and we parse that into a dataset.

In Pick, there was a generic subroutine created to handle these redback requests. This subroutine reads the details of the request and calls the proper subroutine based on the parameters sent in from the .net side. This program also handles the xml formatting to make sure that any data sent back from a subroutine is properly encoded and formatted.

I have a few friends on Stack that program and Pick and could probably go into more detail about how redback handles requests from .net. If you want more info, let me know.

入怼 2024-07-15 19:29:04

您没有指定您正在运行的 Pick OS 的变体。 所以这是一个通用的解决方案。

我有客户使用 Liberty ODBC,它与 Pick OS 配合得很好。 我的客户正在运行 mvBase。 如果您有 D3,我相信它已经内置了 .net 接口。

集成软件
604-682-8293 或传真 604-682-8499; http://www.libertyodbc.com

You did not specify which variation of the Pick OS you are running. So here's a generic solution.

I have customers using Liberty ODBC and it works just fine with the Pick OS. My customer is running mvBase. If you have D3, it already has a .net interface built in I believe.

Integration Software
604-682-8293 or fax 604-682-8499; http://www.libertyodbc.com

耳钉梦 2024-07-15 19:29:04

您应该能够使用 ODBC 连接到 D3 Pick 数据库。 连接到 Pick Basic 没有多大意义。 这是 D3 ODBC 文档的链接。

http://www.rainingdata.com/support/documentation/odbc/index.html html

You should be able to connect to the D3 Pick database using ODBC. Connecting to Pick Basic doesn't make much sense. Here is a link to the D3 ODBC documentation.

http://www.rainingdata.com/support/documentation/odbc/index.html

悲凉≈ 2024-07-15 19:29:04

www.rainingdata.com 提供了一些工具。 我看不到任何免费软件选项。

Rainingdata 现在是老虎逻辑。 http://www.tigerlogic.com/tigerlogic/

我参加过他们的全球会议,但我不记得有任何免费软件。 如果您可以使用转储终端或像 Accuterm 这样的终端仿真,那么编程就很容易。 Accuterm 将允许您使用 GUI 界面进行编程,但您仍然会在查找必须使用的文件和程序时获得很多乐趣。

There are tools available from www.rainingdata.com. I can't see any freeware options.

Rainingdata is now tiger logic. http://www.tigerlogic.com/tigerlogic/

And I've been to their worldwide conferences, but I don't recall any freeware. Its easy to program if you can stand using a dump terminal or a terminal emulation like Accuterm. Accuterm will allow you to program with GUI interface, but you will still have a lot of fun finding the files and programs you have to use.

倾`听者〃 2024-07-15 19:29:04

创建 ODBC DSN 数据源,然后像任何其他 ODBC 连接一样使用它

Create an ODBC DSN Datasource, then use it just like any other ODBC connection

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