Windows 上的 PHP -> AS400有简单的方法吗?
背景:
- 我在 WAMP 堆栈上运行 PHP
- 我需要连接/执行针对 AS400 (IBM iSeries) 的查询
我的问题:
是否有一种简单的方法可以使用 PHP 进行连接,就像连接 MySQL 一样,即连接字符串、数据库选择、查询和结果的方法类似于mysql_query、mysql_fetch_assoc等?
昨天这被标记为重复,很抱歉,事实并非如此。我还没有找到一种方法可以在 Windows 上在线执行此操作。谢谢!
MG
Background:
- I am running PHP on a WAMP stack
- I need to connect/execute queries against an AS400 (IBM iSeries)
My Question:
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.?
This was marked as a duplicate yesterday, I apologize, it is not. I have not found a way to do it with windows online. Thanks!
MG
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我确信它被标记为重复,因为答案是相同的。您可以使用 ODBC 连接到 i.
I am sure it was marked duplicate because the answer is the same. You can use ODBC to connect to the i.