Im with Fox for several years , but Im newby with MySql, MariaDB.
I was using tinytext on text fields, now that Ive changed to char is returning ok.
Thanks everybody for your help and patience.
Hello.
the fields size in MariaDb are 20 and 50 characters , so they should appear ok in VFP , right ?
Edit : I changed the fields in MariaDB to char type and now its working ok !
Hi again.
Im using an MariaDb database with VFP but when doing a select the query is returning memo fields instead of strings.
The numeric fields are returned ok.
So , whats going on ?
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 :
I dont understand.
SQLCONNECT('WebBrowser', 'root', 'mysql') TO gnConnHandle works , the connection is made it returns > 0
however
SQLEXEC(gnConnHandle, 'SELECT * FROM artigos', 'mapa') crashs VFP
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.