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

[eluser]stefenw[/eluser]
i follow all instructions in there ,
i download sqlsrv30.exe and add this to php.ini

extension=php_sqlsrv_54_ts.dll
extension=php_pdo_sqlsrv_54_ts.dll

i install Native Client 10
i change sqlsrv_driver.php in folder database-driver-sqlsrv

to

Code:
function db_pconnect() {
        //return $this->db_connect(TRUE);
        return $this->db_connect(TRUE);
    }

but it not work , still

Unable to connect to your database server using the provided settings.

Filename: C:\xampp\htdocs\HRM\system\database\DB_driver.php

Line Number: 124

what should i do ? please help


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