In your Pull statement you specify whether a table is tracked or not:
rda.Pull("Employees", "SELECT * FROM DimEmployee", rdaOleDbConnectString,
RdaTrackOption.TrackingOnWithIndexes, "ErrorTable");

Signature
Erik Ejlskov Jensen, Mobile App Dev MCTS
Check out my SQL Compact blog at
http://erikej.blogspot.com
> Hi all,
> When i am doing a rda push to sql server, i get this error message "The
> Table is not a tracked table".
> My question is where or how do i specify whether the table is a tracked
> table or not?
ray - 28 May 2008 01:38 GMT
> In your Pull statement you specify whether a table is tracked or not:
>
[quoted text clipped - 6 lines]
> > My question is where or how do i specify whether the table is a tracked
> > table or not?