Hi all
I'm wondering connect a Access db as easy as to a MySQL, using
Windows|Database|Add connection.

But this seems not working. I'm developing a PHP app, so DW MX give me
only Add a MySQL connection, not Add a DSN conn as building an ASP. My
db is on localhost as web server and php engine.

Jack, do it manually you may say. Just done. Using directly the PHP
conn string doesn't works as well.

Not with:

<?php
$myconn= odbc_pconnect("mydb", "Admin", "tiger") or
trigger_error(odbc_error(),E_USER_ERROR);
?>

Not using another simple db without passwords and with custom user
Admin.

Any help will be appreciated.

Nico