Hi
Im using PHP with MS access and notice that when joining 2 tables I get an error.
Here is my statement.
SELECT d.name FROM dogs.d,cats.c WHERE d.id=c.id AND d.id=123
I know this works with mysql but I am getting an error with my ODBC MS acess connection. Just basic queries work fine.
Thanks
dr