DMXzone Database Connector PHP Support Product Page
Answered
php connect to SqlServer?
Asked 11 Dec 2013 12:14:48
2
have this question
11 Dec 2013 12:14:48 serdar kinay posted:
i want to use php with mssql server on my local.i installed wamp server. php and apache on my windows.i configured php.ini file.(extension=php_sqlsrv_54_ns_dll) and i installed this file to ext directory. but still your database connector php is error message.(Server response:Could not found driver) How can i solve this?Thanx
Serdar
Replies
Replied 12 Dec 2013 09:48:39
12 Dec 2013 09:48:39 George Petrov replied:
Hi Server,
On Windows the best way is to use the Native MS SQL Server driver from Microsoft: msdn.microsoft.com/en-us/sqlserver/ff657782.aspx
Then in DW in the Database Connection as Database Type choose "SQL Server Native"
Greetings,
George
On Windows the best way is to use the Native MS SQL Server driver from Microsoft: msdn.microsoft.com/en-us/sqlserver/ff657782.aspx
Then in DW in the Database Connection as Database Type choose "SQL Server Native"
Greetings,
George
Replied 15 Dec 2013 08:54:18
15 Dec 2013 08:54:18 serdar kinay replied:
Yes.SQL Server Native is the best choice.i put "pdo driver" in php.ini and ext directory.Then is running.Thank you very much.
Serdar.
Serdar.
Replied 08 Sep 2015 16:41:12
08 Sep 2015 16:41:12 J. R. Black replied:
Can I do the same with a MacBook Pro running OS X?