一种 c++ 的方法从 UniVerse 数据库访问记录的代码?

发布于 2024-11-05 02:26:04 字数 289 浏览 1 评论 0原文

我知道通过使用 UniObjects,.NET 和 UniVerse 之间存在某种联系。但我认为必须使用 .NET、C# 或 VB.NET。

另外,通过阅读 UniVerse 手册,我知道 UniVerse 可以从 UniVerse 内部调用 C/C++ 代码,但我想要的是相反的方式。

  1. UniObjects 可以用于 .NET 中的 C++ 项目吗?
  2. 普通 C++(我的意思是不使用 .NET 平台)可以从 UniVerse 数据库检索数据并将数据存储到 UniVerse 数据库吗?

I know there is some kind of connection between .NET and UniVerse, by using UniObjects. But I believe that obligates use of .NET, and C# or VB.NET.

Also, I know by reading UniVerse manual that UniVerse can call C/C++ code from within UniVerse, but what I want is the other way around.

  1. Can UniObjects be used for c++ project in .NET?
  2. Can plain c++ (by plain i mean without using .NET platform) retrieve and store the data from and to UniVerse database?

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

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

发布评论

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

评论(2

时光病人 2024-11-12 02:26:04

是的,尽管你必须寻找它。

在 Rocket Software 刚刚推出的 U2 DevZone 网站上,有一篇关于编写用于 PHP 访问的 PDO 驱动程序该驱动程序是用 C (iirc) 编写的,并提供了所有源代码。它使用 U2 InterCall 与 U2 系统(UniVerse 和 UniData)进行交互。您应该能够使用它作为调用 UniRPC 进程的方式(这就是 UniObjects 的调用方式)。

您必须注册该网站才能访问该文章和内容。源代码,但注册是免费的。

Yes, although you have to hunt for it.

On the U2 DevZone site Rocket Software has just launched, there is an article about writing a PDO Driver for PHP access. This driver is written in C (iirc) and has all the source code supplied. It uses the U2 InterCall to interact with the U2 system (UniVerse & UniData). You should be able to use this as a way of making calls to the UniRPC process (this is what UniObjects calls).

You have to sign up to the site to access the article & source code, but sign up is free.

不及他 2024-11-12 02:26:04

有一个名为 icsdk 的库。这将使您能够执行 UniObj 允许您从 java 或 .NET 框架而不是 C 执行的任何操作。我现在没有可以检查的手册,但如果您可以从 Rocket 获取文档,那么您想要查找 ICS 或 Intercall 部分。

There is a library called icsdk. This will let you do just about anything that UniObj would let you do from a java or .NET framework but from C. I don't have the manuals with me to check right now, but if you can get the documentation from Rocket, you want to look up the ICS, or Intercall sections.

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