Codeigniter: How to setup connection to a SQL server (2008)

前端 未结 4 1163
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-07 05:48

I\'ve spent many days on this task, and I can\'t see the end until now. In the past day I managed to install sqlsrv driver on my PHP environment successfully but now when I

4条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-07 06:10

    I had the same problem solved by setting

    $ db ['default'] ['pconnect'] = FALSE;

提交回复
热议问题