Welcome Guest, Not a member yet? Register   Sign In
How to connect to sql server database
#1

[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 download SQLSRV30.EXE from this link and setup it. It gives me some dll libraries
[Image: Rb7l1.jpg]
I take these dll and put it in
Code:
D:\xampp\php\ext
and I edit php.ini file and add
Code:
extension=php_sqlsrv_54_nts.dll
and restart xampp by stop it and start again.

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



Theme © iAndrew 2016 - Forum software by © MyBB