Welcome Guest, Not a member yet? Register   Sign In
ODBC Connection being extremely slow
#2

If possible, you may want to use the SQLSRV driver instead. http://php.net/manual/en/intro.sqlsrv.php

However, when you say you used the same connection settings outside of CodeIgniter, does that mean you've setup a simple PHP script to run
Code:
$connection = odbc_connect('Driver={SQL Server};Server=MATTHEW;Database=db1;', 'root', 'root');
and check the result?
Reply


Messages In This Thread
RE: ODBC Connection being extremely slow - by mwhitney - 07-08-2015, 08:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB