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?
In your Pull statement you specify whether a table is tracked or not: rda.Pull("Employees", "SELECT * FROM DimEmployee", rdaOleDbConnectString, RdaTrackOption.TrackingOnWithIndexes, "ErrorTable"); -- Erik Ejlskov Jensen, Mobile App Dev MCTS Check out my SQL Compact blog at http://erikej.blogspot.com "ray" wrote in message news:086BE86B-F758-448D-9B40-5CE4871419C3@microsoft.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?
"ErikEJ" wrote: > In your Pull statement you specify whether a table is tracked or not: > > rda.Pull("Employees", "SELECT * FROM DimEmployee", rdaOleDbConnectString, > RdaTrackOption.TrackingOnWithIndexes, "ErrorTable"); > > -- > Erik Ejlskov Jensen, Mobile App Dev MCTS > Check out my SQL Compact blog at > http://erikej.blogspot.com > > "ray" wrote in message > news:086BE86B-F758-448D-9B40-5CE4871419C3@microsoft.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? > > >