Hi All,
I have just experienced this odd behavior:
I have a SELECT statement with several subqueries and join
If I tried manually the statement on the Mysql Browser utility, it generates records exactly what I intended (For example: 5 records). But if I run the same SQL statement from the VFP with sqlexec, it generates slightly different (more records have generated, looks like the filtering from subquery I used, do not works)
I have tried on different environment (different Mysql Server, Different Client), the SQLEXEC is fine (generated 5 records as I intended)
Has anyone experienced this kind of situation ? I have tried to re-install MySQL ODBC connector, but doesn't help
Many thanks
I have just experienced this odd behavior:
I have a SELECT statement with several subqueries and join
If I tried manually the statement on the Mysql Browser utility, it generates records exactly what I intended (For example: 5 records). But if I run the same SQL statement from the VFP with sqlexec, it generates slightly different (more records have generated, looks like the filtering from subquery I used, do not works)
I have tried on different environment (different Mysql Server, Different Client), the SQLEXEC is fine (generated 5 records as I intended)
Has anyone experienced this kind of situation ? I have tried to re-install MySQL ODBC connector, but doesn't help
Many thanks