Posted by Manuel Lemos on 02/28/06 00:26
Hello,
on 02/27/2006 10:25 AM Bill said the following:
> Hi,
>
> I discovered adodb and is use it now in order to connect from PHP to ms
> Access under Windows. No problem.
> Is this also applicable to PHP under linux, because i get a lot of errors
> like:
> include('../adodb/adodb.inc.php'); ---->"permission denied"
> $conn = 'Provider=Microsoft.Jet.OLEDB.4.0;'. 'Data
> Source=\\\\10.0.0.181\\db\\newres.mdb;';
> $rs = NewADOConnection('ado_access'); ----> "unknown command"
I don't know with ADODB because I do not use it, but you can use
Metabase which is another database abstraction package that has a MS
Access driver that can be used to access your database in Linux or Windows:
http://www.phpclasses.org/metabase
--
Regards,
Manuel Lemos
Metastorage - Data object relational mapping layer generator
http://www.metastorage.net/
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
[Back to original message]
|