Page 1 of 1

export data

Posted: Mon 19 May 2008 07:46
by dj_sherbu
I am extracting data from a mysql database with a TMyQuery and showing it in a TCRDBGrid. Is it posible to export data from the TCRDBGrid to a text, csv or xls file? And if it is posible how can i do that? 10x

Posted: Wed 21 May 2008 09:53
by Dimon
MyDAC supports export data only in the xml format. You can use the TMyQuery.SaveToXML method for this.