|
Posted by Tim Roberts on 03/01/06 10:19
"Bill" <ddd@ddd.ca> wrote:
>
>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"
The Microsoft Jet engine, which reads Access database, runs ONLY on
Windows. ADOdb can read Mysql and Postgres databases (and some others),
but not Access.
As far as I know, there are no Linux modules that correctly manipulate
Access databases on Linux.
--
- Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.
Navigation:
[Reply to this message]
|