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
oRs := oCn:Query( cSql )
oRs:ToExcel()
oRs:Close()Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India