Replacing Paradox with SQL Server Compact Edition

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
josh
Posts: 4
Joined: Thu 07 May 2009 08:28

Replacing Paradox with SQL Server Compact Edition

Post by josh » Thu 07 May 2009 08:35

Hi!
I would like to replace Paradox with SQL Server Compact Edition. I am using the BatchMove components set to batCopy in order to make a table in the paradox DB from a query. Is there a way i can achieve the same behavior with the CRBatchMove component? There is no bmCopy mode and bmUpdate or bmUpdateAppend do not seem to create the tables.

Thanks in advance for your answer
Josh

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Wed 13 May 2009 10:29

CRBatchMove does not support creation of destination table. Please also note that CRBatchMove works through DML statements, so the performance will be lower than in Paradox.

Post Reply