Normal
You might have misunderstood me, sorry. I said you don't need the "ODBC driver" not the "ODBC connection" at all. If you haven't installed the driver everything is fine. So configure your ODBC connection like you did and make sure you change the index.php like this:[CODE]< ?PHP// DB SETTINGS$ server="ENTERSERVER_NAME/IP_HERE";$ username="YOUR_SERVER'S_USERNAME";$ password="YOUR_SERVER'S_PASSWORD";$ sqlconnect = odbc_connect($server, $username, $password);[/CODE]Don't modify line 6 -level20peon
You might have misunderstood me, sorry. I said you don't need the "ODBC driver" not the "ODBC connection" at all. If you haven't installed the driver everything is fine. So configure your ODBC connection like you did and make sure you change the index.php like this:
[CODE]< ?PHP
// DB SETTINGS
$ server="ENTERSERVER_NAME/IP_HERE";
$ username="YOUR_SERVER'S_USERNAME";
$ password="YOUR_SERVER'S_PASSWORD";
$ sqlconnect = odbc_connect($server, $username, $password);[/CODE]
Don't modify line 6
-level20peon