如何使用 PHP 和 Apache 连接到 Adaptive Server Anywhere 7 (SQL Anywhere)?
我正在构建一个需要从内部数据库中提取数据的应用程序。该数据库是 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果足够好,创建一个 odbc-dsn(注意 wow64)并使用它将 php 绑定到您的数据库。
If good enough, create a odbc-dsn (mind wow64) and use it to tie php to your db.