PHP PDO 连接到 Advantage 数据库 SQL Server

发布于 2024-12-28 21:19:32 字数 262 浏览 2 评论 0原文

我们的 EMR 软件使用 Advantage Database SQL 服务器作为其数据库,我正在创建需要与该数据库交互的各种 PHP 项目。

连接和使用 Advantage DB SQL 和 PHP 的最佳方法是什么?我想以只读级别进行连接,以防止保险/患者/提供者记录出现任何数据错误。

注意:我使用 PDO 驱动程序连接到其他数据库。是否有我不知道的 PDO Advantage DB 驱动程序?

服务器信息: PHP、Windows 2008、IIS 7

Our EMR software uses Advantage Database SQL server as its database and I'm creating various PHP projects which require interaction with this database.

What is the best approach to connecting and working with Advantage DB SQL and PHP? I'd like to connect on a read-only level to prevent any data wrong-doing with insurance/patient/provider records.

Note: I connect to other databases using PDO drivers. Is there an Advantage DB driver for PDO that I'm unaware of?

Server info:
PHP, Windows 2008, IIS 7

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

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

发布评论

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

评论(2

北陌 2025-01-04 21:19:32

PHP PDO 支持预计在今年夏天晚些时候在 Advantage v11.0 中发布。它列在我们的用户语音功能请求网站上:PDO 功能请求

您可以在我们的开发者专区网站上在线查看 PHP 文档:PHP 文档

PHP PDO support is slated for release in v11.0 of Advantage later this summer. It is listed on our user voice feature request site here: PDO feature request.

You can view our PHP documentation online on our developer zone website here: PHP Documentation.

波浪屿的海角声 2025-01-04 21:19:32

在该产品的功能页面上,他们列出了一个ODBC 连接器位于“服务器和客户端”部分。

碰巧 PDO 可以使用 ODBC。这可能是您最好的选择。

他们还有一个单独的 PHP 扩展,但是他们隐藏了它作为一个注册墙,文档似乎并不公开。没有说明是否包含 PDO 驱动程序。

On the features page for the product, they list an ODBC connector under the "Servers & Clients" section.

It happens that PDO can speak ODBC. This is probably your best bet.

They also have a separate PHP extension, however they're hiding it being a registration wall and the documentation does not seem to be public. Whether it includes a PDO driver is not stated.

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