Claudio Costa
Programmer
- Apr 1, 2025
- 7
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Hi again.
Im trying to get the rows from an MySql Select to a VFP cursor but all I get is an result.
Im using VFP 9 and MySql ODBC 8.0 Ansi driver
My code:
SQLEXEC(gnConnHandle,'SELECT referencia FROM artigos','abc')
SELECT abc
browse
but what i get is this :
Since you say that the question now is which one. Assuming you indeed installed 8.0.33 the question that's most relevant is what data type the referencia column of the artigos table is and what you get from SELECT Count(*) from artigos.Im using VFP 9 and MySql ODBC 8.0 Ansi driver
SELECT referencia FROM artigos Where 1=1