英文:
Using DB2 driver with Informix
问题
我是你的中文翻译助手,以下是翻译好的内容:
我对IBM平台还不熟悉,但很快将要开始使用基于Informix的系统。我偏爱的编程语言是Go,它有第三方的DB2驱动程序。
虽然我还没有尝试过,但有人知道我是否可以将这个驱动程序用于Informix,或者能否推荐一个驱动程序吗?
谢谢。
英文:
I'm new to IBM platforms and will soon be working with an Informix-based system. My preferred language (Go) has third-party driver for DB2.
Haven't tried yet, but does anyone know if I can use this driver for Informix too (or can suggest a driver)?
Thanks
答案1
得分: 1
IBM提供了集成的驱动程序包,如“IBM Data Server Driver Package”,它可以同时与DB2(在Linux、Unix和Windows以及z/OS和IBM i上)和Informix一起使用。因此,对于您使用Go语言的第三方驱动程序的问题,很有可能它也可以与Informix一起使用。Python和Django的驱动程序适用于DB2和Informix-其他语言,相同的解决方案。
这是一篇描述驱动程序架构部分的文章的链接。在该页面的末尾有下载所述IBM Data Server Driver Packages的链接。
英文:
IBM offers integrated driver packages like "IBM Data Server Driver Package" that work both with DB2 (on Linux, Unix, and Windows and on z/OS and IBM i) and with Informix. So for your problem of using a third-party driver for the language Go it is very likely that it will work with Informix, too. The driver for Python and Django is for DB2 and Informix - other language, same solutions.
Here is the link to an article describing parts of the driver architecture. At the end of that page are links to download the mentioned IBM Data Server Driver Packages.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论