Page 1 of 1

Replacing Paradox with SQL Server Compact Edition

Posted: Thu 07 May 2009 08:35
by josh
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

Posted: Wed 13 May 2009 10:29
by Challenger
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.