I 'm using Access 2000 and SQL 7.0 in Windows 2000 server and ODBC functions.
PHP worked fine for a very simple query, a tipical select with order to list a table. The number of rows returned was OK.
Where I executed a join, not so complex, I don't know why but odbc_num_rows function is returning a wrong number of rows.
The same problem occurs for Access 2000 and SQL 7.0. In both databases the query returns 2 rows when executed in their query manager but odbc_num_rows returns 3.
Help me, please.
PHP worked fine for a very simple query, a tipical select with order to list a table. The number of rows returned was OK.
Where I executed a join, not so complex, I don't know why but odbc_num_rows function is returning a wrong number of rows.
The same problem occurs for Access 2000 and SQL 7.0. In both databases the query returns 2 rows when executed in their query manager but odbc_num_rows returns 3.
Help me, please.