Cognos:通过 ODBC 连接到 PostgreSQL

发布于 2024-12-07 17:22:17 字数 313 浏览 0 评论 0原文

我正在尝试连接到我的 cognos 框架管理器上的 PostgreSQL 数据库。

由于没有默认连接,因此我尝试通过 ODBC 进行连接。

但这里的连接字符串是什么?我已尝试以下操作:

DRIVER={PostgreSQL};DATABASE=my_database_name;SERVER=my_server_name;UID=my_user_name;
PWD=my_user_password;

但是当我尝试此操作时,它给出了一个错误,即我无法在连接字符串中使用半图标。

那么正确的连接字符串是什么?

I am trying to connect to a PostgreSQL database on my cognos framework manager.

Since there is no default connection for this, i'm trying to connect by ODBC.

But what is the connection string here? I have tried the following:

DRIVER={PostgreSQL};DATABASE=my_database_name;SERVER=my_server_name;UID=my_user_name;
PWD=my_user_password;

But when I try this it gives an error that I can't use semi-icons in the connection string.

What is the correct connection string then?

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

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

发布评论

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

评论(1

东风软 2024-12-14 17:22:17

您是否从 ODBC 管理器针对 PostgreSQL 数据库创建了机器数据源名称?首先这样做并测试它。然后只需将 DSN 名称与 ODBC 数据源类型一起使用即可。

Have you created a machine data source name against your PostgreSQL database from the ODBC manager? do that first and test it. Then just use the name of your DSN with the ODBC data source type.

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