Hi fivewinners
Is there a metod in Mariadb to export a row set to a txt file.
Just like Tdolphin with...
oQry:=cSvr:Query("select * from datos")
oExp:=oQry:Export( EXP_TEXT, "C:\XXXXX\EXPORT" )
oExp:Start()
oExp:Close()
or something like that.
Thanks in advance