SQL Compact - Set reinicialize method = true

  • Hi,

    I saw in a video that we can put the method reinicialize = true in order for the subscriber (on a pda) don't loose data when the subscription expires.

    Basically, from my understand of the video, the subscriber instead of deleting the old database and create a new based on the snaphot, will first send the data that it has to the publisher and only after that it will delete the database.

    This way data is never lost.

    Is this true? where can I find documentation about this?

    Thank you

  • I assume that was accomplished using a T-SQL development effort. You may have to partition tables by machine name. Otherwise the subscriber could overwrite the publisher. If the publisher had more recent data, it would be lost.

  • I don't think so.

    I think that there is a method with that name that needs to be called and after that just use another method name synchronise.

    Any one can help on this?

    Thanks

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply