使用 PHP,有一种简单的方法可以连接/执行针对 AS400 的查询(如 mysql)
可能的重复:
将 PHP 连接到 AS/400
我需要连接并执行查询AS400(iseries)...有没有一种简单的方法可以使用 PHP 进行连接,就像连接 MySQL 一样,即连接字符串、数据库选择、查询和结果,方法类似于 mysql_query、mysql_fetch_assoc 等?
谢谢!
Possible Duplicate:
Connect PHP to an AS/400
I need to connect to and execute queries against an AS400 (iseries)... is there an easy way to, with PHP, connect the same way you can connect with MySQL, i.e. connection string, database select, query and result with methods similar to mysql_query, mysql_fetch_assoc, etc.?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你没有说php在linux或windows上运行的是什么系统...
如果是windows,我认为你需要设置一个到AS-400的odbc类型连接,然后查询odbc连接,但我不能 100% 确定 Windows 上的 php 支持这一点。
如果是 Linux,那么您需要查看 http://www.php.net/odbc 了解更多信息关于 PHP 方面。
You didn't say what system php is running on linux or windows...
If its windows, I would think you'd need to set up an odbc type connection to the AS-400 and then query the odbc connection but I'm not 100% sure that php on windows supports that.
If its linux then you need to check out http://www.php.net/odbc for more information regarding the PHP side.