Im trying to run an mdb file under linux
I've installed unixODBC, mdbTools, apache and php
configurations:
odbcinst.ini :
[MDBToolsODBC]
Description = MDB Tools ODBC drivers
Driver = /usr/lib/libmdbodbc.so.0
Setup =
FileUsage = 1
CPTimeout =
CPReuse =
odbc.ini :
[Dogs]
Description = Microsoft Access Database
Driver = MDBToolsODBC
Database = /root/pmpquota.mdb
Servername = 127.0.0.1
Username =
Password =
port = 5432
test.php :
<?php
$myDB = odbc_connect("Dogs","","");
?>
when i load the test.php i get this erros:
odbc_connect(): SQL error: ,?, SQL state 00000 in SQLConnect
i did run phpinfo() and php supports unixodbc
I need some HELP!!!!!!
I've installed unixODBC, mdbTools, apache and php
configurations:
odbcinst.ini :
[MDBToolsODBC]
Description = MDB Tools ODBC drivers
Driver = /usr/lib/libmdbodbc.so.0
Setup =
FileUsage = 1
CPTimeout =
CPReuse =
odbc.ini :
[Dogs]
Description = Microsoft Access Database
Driver = MDBToolsODBC
Database = /root/pmpquota.mdb
Servername = 127.0.0.1
Username =
Password =
port = 5432
test.php :
<?php
$myDB = odbc_connect("Dogs","","");
?>
when i load the test.php i get this erros:
odbc_connect(): SQL error: ,?, SQL state 00000 in SQLConnect
i did run phpinfo() and php supports unixodbc
I need some HELP!!!!!!