使用 PHP,有一种简单的方法可以连接/执行针对 AS400 的查询(如 mysql)

发布于 2024-11-29 01:18:43 字数 307 浏览 1 评论 0原文

可能的重复:
将 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 技术交流群。

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

发布评论

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

评论(1

[浮城] 2024-12-06 01:18:43

你没有说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.

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