BatchMove from ClientDataSet to TZTable?
Posted: 28.04.2009, 11:08
Hello,
I'm converting some data from an old Paradox database to a new MySQL one and for that I'm using these great ZeosLib components for Delphi 6. Is there any easy way around this, like the BDE's TBatchMove component and/or property from the TDBEDataSet?
What happens is that I have a table with over 100,000 records in it and it takes a very long time to add them through Append -> FieldByName(First)...FieldByName(Last) -> Post. I've tried using CachedUpdates but it didn't improse performance at all.
Any help/ideas would be much appreciated.
Thank you very much,
Marcelo Grossi
I'm converting some data from an old Paradox database to a new MySQL one and for that I'm using these great ZeosLib components for Delphi 6. Is there any easy way around this, like the BDE's TBatchMove component and/or property from the TDBEDataSet?
What happens is that I have a table with over 100,000 records in it and it takes a very long time to add them through Append -> FieldByName(First)...FieldByName(Last) -> Post. I've tried using CachedUpdates but it didn't improse performance at all.
Any help/ideas would be much appreciated.
Thank you very much,
Marcelo Grossi