使用 PDO 连接 IBM 数据库
本文介绍了使用 PDO 连接 IBM 数据库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
I tried connect IBM database through PDO using below code. But, it is not working
I got below error for the same
I have also added below code in php.ini file
Could anyone suggest me, how I can connect with IBM database?
解决方案
there is different driver name for some computer, this is the list of driver you can try:
- DRIVER={iSeries Access ODBC Driver};
- DRIVER={IBM i Access ODBC Driver};
and try to use System
instead of HOSTNAME
oh, and I'm using DRIVER={IBM i Access ODBC Driver};
这篇关于使用 PDO 连接 IBM 数据库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!