S
Simone
I have a table which has only one primary key in SQL Server.
I am inserting records in this table, and can see the records inserted in
SQL CE Query Analyzer.
I am getting errors when I try to push this table (duplicate primary keys).
rda.Pull("Actions", sqlCmd, Me.strRemoteConnString,
RdaTrackOption.TrackingOn, "ActionsErrors")
The first push works (no inserts, just updates), but the second one doesn't:
rda.Push("Batches", Me.strRemoteConnString)
rda.Push("Actions", Me.strRemoteConnString)
What I am doing wrong?
Thanks for your help.
I am inserting records in this table, and can see the records inserted in
SQL CE Query Analyzer.
I am getting errors when I try to push this table (duplicate primary keys).
rda.Pull("Actions", sqlCmd, Me.strRemoteConnString,
RdaTrackOption.TrackingOn, "ActionsErrors")
The first push works (no inserts, just updates), but the second one doesn't:
rda.Push("Batches", Me.strRemoteConnString)
rda.Push("Actions", Me.strRemoteConnString)
What I am doing wrong?
Thanks for your help.