This topic is locked

please help me with this problem

8/12/2008 11:04:28 PM
PHPRunner General questions
author

my database runs perfectly in my local webserver(wampserver) and demo account but the problem is it wont run when i uploaded to a free webhosting. the error message was this:
Fatal error: Call to undefined function odbc_connect() in /www/free-site-host.com/g/a/m/gammadelta/htdocs/phprunner/include/dbconnection.php on line 7
please help me with this... thanks

S
swanside 8/13/2008

my database runs perfectly in my local webserver(wampserver) and demo account but the problem is it wont run when i uploaded to a free webhosting. the error message was this:

Fatal error: Call to undefined function odbc_connect() in /www/free-site-host.com/g/a/m/gammadelta/htdocs/phprunner/include/dbconnection.php on line 7
please help me with this... thanks


Are you using MySQl as your post says odbc_connect, I think that is for MS Access Databases

4165 8/13/2008



Are you using MySQl as your post says odbc_connect, I think that is for MS Access Databases


yes.. i used MS access database.... is it okay or possible to run this database to the internet?
please help

J
Jane 8/13/2008

Hi,
To the best of my knowledge MS Access and ODBC functions require a Windows-based web server.

You can either run your code on Windows-based Web server or switch to MySQL.