问题描述
我们的EMR软件使用Advantage Database SQL服务器作为其数据库,并且我正在创建各种PHP项目,这些项目需要与此数据库进行交互.
Our EMR software uses Advantage Database SQL server as its database and I'm creating various PHP projects which require interaction with this database.
连接和使用Advantage DB SQL和PHP的最佳方法是什么?我想以只读级别进行连接,以防止任何数据错误处理保险/患者/提供者记录.
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.
注意:我使用PDO驱动程序连接到其他数据库.我不知道有PDO的Advantage DB驱动程序吗?
Note: I connect to other databases using PDO drivers. Is there an Advantage DB driver for PDO that I'm unaware of?
服务器信息:PHP,Windows 2008,IIS 7
Server info:PHP, Windows 2008, IIS 7
推荐答案
PHP PDO支持将于今年夏天晚些时候在Advantage的v11.0中发布.它在我们的用户语音功能请求网站上列出: PDO功能请求.
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.
您可以在我们的开发人员专区网站上在线查看我们的PHP文档: PHP文档.
You can view our PHP documentation online on our developer zone website here: PHP Documentation.
这篇关于PHP PDO连接到Advantage Database SQL Server的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!