Can PHP work with a MS SQL database

后端 未结 8 1829
轮回少年
轮回少年 2020-12-12 15:40

I work primarly with PHP & MySQL, but I have a potential client with a MS SQL and ASP setup. Due to some complicated reasons and offline software integration, they need

8条回答
  •  温柔的废话
    2020-12-12 16:33

    For me the solution has been to install the MS drivers as indicated above, and use ADODB library as intermediate. I've had this in production in an intranet over IIS6 and latest MSSQLExpress for months without any issue, perfectly reliable.

提交回复
热议问题