Cognos:通过 ODBC 连接到 PostgreSQL
我正在尝试连接到我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否从 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.