如何使用 PHP 和 Apache 连接到 Adaptive Server Anywhere 7 (SQL Anywhere)?

发布于 2024-12-14 12:26:00 字数 190 浏览 0 评论 0原文

我正在构建一个需要从内部数据库中提取数据的应用程序。该数据库是 Adaptive Server Anywhere 版本 7。它在装有 Apache 和 PHP 的 Windows 2003 Server 上运行。服务器包含 Web 应用程序和数据库。我不需要从外部连接到数据库。

如何在 PHP 应用程序中访问该数据库。我过去只真正使用过MySQL。

I am building an application which needs to pull data from an in house database. This database is Adaptive Server Anywhere Version 7. It is running on a Windows 2003 Server with Apache and PHP. The server houses both the web application and the database. I do not need to connect to database from the outside.

How do I get access to this database in a PHP application. I have only really worked with MySQL in the past.

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

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

发布评论

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

评论(1

公布 2024-12-21 12:26:00

如果足够好,创建一个 odbc-dsn(注意 wow64)并使用它将 php 绑定到您的数据库。

If good enough, create a odbc-dsn (mind wow64) and use it to tie php to your db.

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