LoadFromFile error after SaveToFile
Posted: Tue 06 May 2008 13:01
I use Delphi 7 and DAC MySQL 5.20.1.15. (French version)
I have a MyQuery component and after MyQuery.execute i do MyQuery.SaveToFile('file.xml').
It work's fine.
After i try to reload the data whith a TVirtualTable component, i do :
VirtualTable.LoadFromFile('file.xml') and the have an error :
EConvertError "true" is not a correct boolean value
Do you know why ?
Thank's
I have a MyQuery component and after MyQuery.execute i do MyQuery.SaveToFile('file.xml').
It work's fine.
After i try to reload the data whith a TVirtualTable component, i do :
VirtualTable.LoadFromFile('file.xml') and the have an error :
EConvertError "true" is not a correct boolean value
Do you know why ?
Thank's