A few days ago I asked here how I could transfer the results of a MySql query to Excel.
If only purpose is to export to Excel, we can do it directly without the round about method of using XBrowser.
Using FWH library
- Code: Select all Expand view
- oRs := oCn:Query( cSql )
oRs:ToExcel()
oRs:Close()