Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. C

    Query returning memo fields instead of strings ( MariaDB )

    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 ?
  2. C

    MySql to VFP cursor

    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 :
  3. C

    SQLEXEC crashes VFP

    My code: STORE SQLCONNECT('WebBrowser', 'root', 'mysql') TO gnConnHandle IF gnConnHandle <= 0 = MESSAGEBOX('Cannot make connection', 16, 'SQL Connect Error') ELSE = MESSAGEBOX('Connection made', 48, 'SQL Connect Message') SQLEXEC(gnConnHandle, 'SELECT * FROM artigos', 'mapa')...

Part and Inventory Search

Back
Top