通过 PHP 连接到 AS400 - 哪个适配器 - 性能?

发布于 2024-11-29 19:15:08 字数 228 浏览 1 评论 0原文

下个月我需要开发一个脚本来连接到 AS400 并查询一些数据(>1000000)。我想用 PHP 来做这件事,因为我用 PHP 做了很多事情。

我知道的问题是,我应该如何连接到 As400。我知道有 ODBC,但每个人都对我说 ODBC 不是最佳选择,因为它无法以出色的性能处理大型数据集。大家都推荐我JDBC。

那你推荐我什么。如果你得到这个任务你会使用什么...如果不是必须的,我不打算切换编程语言。

Next month I need to develop a script to connect to an AS400 and query some data (>1000000). I want to do this with PHP, as I am doing a lot with PHP.

My question know is, how should I connect to the As400. I know that there is ODBC, but everyone said to me ODBC is sub-optimal because it cannot handle large dataset with a great performance. Everyone recommends me JDBC.

So what do you recommend me. What would you use if you get this task... I do not plan to switch the programming language if it is not as must.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

尤怨 2024-12-06 19:15:08

我不知道 ODBC 的性能以及运行它的平台是否存在差异,但我相信如果您在远程服务器上使用 PHP,则 ODBC 是您可以使用 PHP 连接到 i 的唯一方法。我确实知道 i 可以比大多数其他 SQL 数据库服务器更好地处理大量数据。

您还可以在 Midrange.com 的 Web400 上询问此问题。该列表中有几个使用 PHP 的人,甚至还有几个来自 Zend 的人可以帮助您。

I don't know about performance on ODBC and if there are differences based on the platform you are running it against, but I believe ODBC is the only way you can connect to the i with PHP if you are using PHP on a remote server. I do know that the i can handle large amounts of data much better than most other SQL database servers.

You could also ask this question on Web400 at Midrange.com. There are several on that list that use PHP and there are even a couple of people from Zend on the list that could help you out.

心在旅行 2024-12-06 19:15:08

IBM i(平台的当前名称)具有适用于.NET 和Java 的数据库驱动程序。

可能适合您的平台的 DB2 通用驱动程序可以连接到系统,但我没有这方面的个人经验。

The IBM i (current name of platform) has database drivers for .NET and Java.

It may be that the DB2 universal driver for your platform can connect to the system, but I do not have personal experience with that.

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