一种 c++ 的方法从 UniVerse 数据库访问记录的代码?
我知道通过使用 UniObjects,.NET 和 UniVerse 之间存在某种联系。但我认为必须使用 .NET、C# 或 VB.NET。
另外,通过阅读 UniVerse 手册,我知道 UniVerse 可以从 UniVerse 内部调用 C/C++ 代码,但我想要的是相反的方式。
- UniObjects 可以用于 .NET 中的 C++ 项目吗?
- 普通 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.
- Can UniObjects be used for c++ project in .NET?
- Can plain c++ (by plain i mean without using .NET platform) retrieve and store the data from and to UniVerse database?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,尽管你必须寻找它。
在 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.
有一个名为 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.