Connect to Remote SQL Server |
Hello guys, this is my first post in the forum..
I have problem with an existing project build with CI 3. So, I'm trying to connect this project from my local computer to remote SQL Server using this configuration. PHP Code: $db['mssql'] = array( Can anyone here help give some pointers or any example to help fix this problem?
Finally solved it after long stressfull hours. It turns out I installed an old ODBC driver that's not compatible with MSSQL on remote database server. So, all I need to do is re-install latest ODBC driver and everything finally work as expected.
|
Welcome Guest, Not a member yet? Register Sign In |