How to connect to sql server database |
[eluser]Mohammed Zayan[/eluser]
Hi there, My PHP version is 5.4.7 and I have sql server 2005 installed in the computer. I want to connect to sql server database. I edit config\database.php Code: $db['default']['dbdriver'] = 'sqlsrv'; ![]() I take these dll and put it in Code: D:\xampp\php\ext Code: extension=php_sqlsrv_54_nts.dll I have this error Fatal error: Call to undefined function sqlsrv_connect() in D:\xampp\htdocs\test\system\database\drivers\sqlsrv\sqlsrv_driver.php on line 76 How can I fix it?? |
Messages In This Thread |
How to connect to sql server database - by El Forum - 01-23-2013, 01:55 AM
How to connect to sql server database - by El Forum - 01-23-2013, 02:37 AM
How to connect to sql server database - by El Forum - 01-23-2013, 05:09 AM
How to connect to sql server database - by El Forum - 01-23-2013, 05:32 AM
How to connect to sql server database - by El Forum - 01-25-2013, 02:14 PM
How to connect to sql server database - by El Forum - 01-25-2013, 02:55 PM
How to connect to sql server database - by El Forum - 01-26-2013, 12:51 AM
How to connect to sql server database - by El Forum - 10-10-2013, 07:39 PM
|