Hi all,
I am using Dbgrid with FDquery and have a connection to an MDB database. I can access and save data, all good.
Now I am trying to export the data via fdquery.SaveToFile('Filename.xml', sfAuto ). The procedure is creating an XML file. Also fine.
How can I read in (import) this data again?
When I try this:
fdquery.LoadFromFile('Filename.xml', sfAuto );
fdquery.Edit;
fdquery.Append;
fdquery.UpdateRecord;
I get all data into the DBgrid, but the data is not getting saved into the MDB.
What do I miss?
Thx!
Alexander