Showing posts with label msdn. Show all posts
Showing posts with label msdn. Show all posts

Wednesday, March 28, 2012

RMO + Interactive Conflict Resolver setup

Hello,

I'm trying to setup the Interactive Conflict Resolver in my C# app via RMO. (using SQL Server 2005)

The only article I can find on MSDN or anywhere is involing T-SQL. Can someone please shed some light on this for me specificaly on the subscriber side.

Thank you! Chris

Check out the lollowing topics in BOL,

http://msdn2.microsoft.com/en-us/library/microsoft.sqlserver.replication.mergearticle.allowinteractiveresolver.aspx

http://msdn2.microsoft.com/en-us/library/microsoft.sqlserver.replication.mergearticle.articleresolver.aspx

http://msdn2.microsoft.com/en-us/library/microsoft.sqlserver.replication.mergesubscription.useinteractiveresolver.aspx

Regards,

Gary

|||Thanks for the reply Gary. Unfortunately these properties are being set already. However, where on the subscriber side should the property be set? (i.e. Before creating a subscription or after, or before syncing up)

Thanks and any help is appreciated.

V/R
Chrissql

RMO + Interactive Conflict Resolver setup

Hello,

I'm trying to setup the Interactive Conflict Resolver in my C# app via RMO. (using SQL Server 2005)

The only article I can find on MSDN or anywhere is involing T-SQL. Can someone please shed some light on this for me specificaly on the subscriber side.

Thank you! Chris

Check out the lollowing topics in BOL,

http://msdn2.microsoft.com/en-us/library/microsoft.sqlserver.replication.mergearticle.allowinteractiveresolver.aspx

http://msdn2.microsoft.com/en-us/library/microsoft.sqlserver.replication.mergearticle.articleresolver.aspx

http://msdn2.microsoft.com/en-us/library/microsoft.sqlserver.replication.mergesubscription.useinteractiveresolver.aspx

Regards,

Gary

|||Thanks for the reply Gary. Unfortunately these properties are being set already. However, where on the subscriber side should the property be set? (i.e. Before creating a subscription or after, or before syncing up)

Thanks and any help is appreciated.

V/R
Chris

Wednesday, March 21, 2012

Rich TextBox with Picture and Text

Dear All

I want to create a RichTextBox, and then i want to show picture and Text at a time, suppose

Welcome to MSDN Forum

how can i accompalished this task.

Thanks

You're not really asking a SQL question. What development tool and language are you using to accomplish this? I can move the question to the correct forum based on your answer.

Mike

|||

Sorry for missplaced thread, this problem is already solved, any one interested can refere to following URL

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=667916&SiteID=1

sql