RDA Push method error

  • Thread starter Thread starter Robert Lie
  • Start date Start date
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
 
To use push, you need to pass RdaTrackOption.TrackingOn or
TrackingOnWithIndexes when calling Pull that creates the table
 
I have tried it and still fail.
Do we have to use pull first before we can execute push?

Thanks

Robert Lie
 
Back
Top