Queridos compañeros del Foro,
Con el soporte nativo de Mariadb/Mysql, ¿Cómo se puede obtener un array con las bases de datos en un anfitrión?
Gracias desde ya por vuestra ayuda.
oVer := oServer:Query("SHOW TABLES IN " + cNomBDD + ";")
xBrowse(oVer, "SHOW TABLES IN "+cNomBDD)
FranciscoA wrote:Algo asi?
- Code: Select all Expand view RUN
oVer := oServer:Query("SHOW TABLES IN " + cNomBDD + ";")
xBrowse(oVer, "SHOW TABLES IN "+cNomBDD)
oVer := oServer:Query("SHOW DATABASES ;")
xBrowse(oVer, "SHOW DATABASES")
Return to FiveWin para Harbour/xHarbour
Users browsing this forum: No registered users and 81 guests