View Full Version : updatable snapshot with a join - ResyncCommand


laike
04-04-2001, 10:58 AM
when you have an updatable snapshoth with a join - and you want to be able to update one of the tables, you have to deal with two parameters: UniqueQuery and ResyncCommand

you set the UniqueQuery to the many table in the relationship - thus you can edit the entries and allow for updates.

question: how do you use the ResyncCommand? Can anyone provide example resynccommand code? the help files dont include this info.

laike
04-04-2001, 12:56 PM
here is a helpful link (http://msdn.microsoft.com/library/techart/APG03.htm#apg03_update)


but this code in my ResyncCommand field still doesnt work for me. it doesnt refresh the data after an insert.

damn! help!

[This message has been edited by laike (edited 04-04-2001).]