RDA Push method error

R

Robert Lie

Dear All,

I want to use push method (RDA) to copy the data from SQL Server ce to
SQL Server 2000.
But when I execute it, the error is appeared like below:
"The table is not a tracked table. ..."

What should I do to fix it?

Thanks

Robert Lie
 
A

Alex Feinman [MVP]

To use push, you need to pass RdaTrackOption.TrackingOn or
TrackingOnWithIndexes when calling Pull that creates the table
 
R

Robert Lie

I have tried it and still fail.
Do we have to use pull first before we can execute push?

Thanks

Robert Lie
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top