Hi,
I want to have access to a remote MySQL Database, and to get some information from it.
Using Microsoft Access, the query takes about 20 secs to be executed.
Using exactly the same query in a Php script (using the functions 'odbc_exec' and 'odbc_fetch_row'), it takes ... 3minutes!!!!
Has anybody an idea about why there is such a difference?