Welcome Guest, Not a member yet? Register   Sign In
SQLSRV driver for code Igniter
#1

[eluser]Unknown[/eluser]
Hi everybody.

I'm using the sqlsrv driver and I found a little bug in the file sqlsrv_driver.php
See the line #89

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

Do replace it by :

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

I hope it will be helpfull for you.
#2

[eluser]TheFuzzy0ne[/eluser]
Welcome to the CodeIgniter forums!

Thank you for reporting this bug.

This will be fixed in the next release.
#3

[eluser]Unknown[/eluser]
Thanks Man!
You saved my work.
Was not connecting Sad on SQLSRV

And now works!




Theme © iAndrew 2016 - Forum software by © MyBB