473,396 Members | 1,884 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Need references for .Net app replicating SQL2005 database to the laptops

Can anyone point me to some good references for coding a Winforms app to
trigger replication (merge preferably) on SQL2005? I'm setting up a scenario
where I want my app to allow multiple laptops to synchronize to the
distribution SQL2005 database and I'd like to do it either automatically or
by having them click on a menu/button. From working with merge in the
CompactFramework, I know the general approach but I do not know the
equivalent namespaces or techniques in the "big framework".
Jun 6 '07 #1
7 1273

"Earl" <br******@newsgroups.nospamwrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
Can anyone point me to some good references for coding a Winforms app to
trigger replication (merge preferably) on SQL2005? I'm setting up a
scenario where I want my app to allow multiple laptops to synchronize to
the distribution SQL2005 database and I'd like to do it either
automatically or by having them click on a menu/button. From working with
merge in the CompactFramework, I know the general approach but I do not
know the equivalent namespaces or techniques in the "big framework".
Maybe, this link will get you started, with the second article in the link
about RMO.

http://www.yukonxml.com/
>
Jun 6 '07 #2
Thanks for the link (good stuff on that site!) but I saw no link article on
"RMO."

"Mr. Arnold" <MR. Ar****@Arnold.comwrote in message
news:eq**************@TK2MSFTNGP02.phx.gbl...
>
"Earl" <br******@newsgroups.nospamwrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
>Can anyone point me to some good references for coding a Winforms app to
trigger replication (merge preferably) on SQL2005? I'm setting up a
scenario where I want my app to allow multiple laptops to synchronize to
the distribution SQL2005 database and I'd like to do it either
automatically or by having them click on a menu/button. From working with
merge in the CompactFramework, I know the general approach but I do not
know the equivalent namespaces or techniques in the "big framework".

Maybe, this link will get you started, with the second article in the link
about RMO.

http://www.yukonxml.com/
>>

Jun 6 '07 #3

"Earl" <br******@newsgroups.nospamwrote in message
news:OL**************@TK2MSFTNGP04.phx.gbl...
Thanks for the link (good stuff on that site!) but I saw no link article
on "RMO."

"Mr. Arnold" <MR. Ar****@Arnold.comwrote in message
news:eq**************@TK2MSFTNGP02.phx.gbl...
>>
"Earl" <br******@newsgroups.nospamwrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
>>Can anyone point me to some good references for coding a Winforms app to
trigger replication (merge preferably) on SQL2005? I'm setting up a
scenario where I want my app to allow multiple laptops to synchronize to
the distribution SQL2005 database and I'd like to do it either
automatically or by having them click on a menu/button. From working
with merge in the CompactFramework, I know the general approach but I do
not know the equivalent namespaces or techniques in the "big framework".

Maybe, this link will get you started, with the second article in the
link about RMO.

http://www.yukonxml.com/
>>>

Jun 6 '07 #4

"Earl" <br******@newsgroups.nospamwrote in message
news:OL**************@TK2MSFTNGP04.phx.gbl...
Thanks for the link (good stuff on that site!) but I saw no link article
on "RMO."
Maybe, this will do it for you.

I am really not having too hard of a time finding this stuff with Google.
Google is your friend. :)

http://msdn2.microsoft.com/en-us/lib...ionserver.aspx
http://wardyit.com/blog/blog/archive/2006/03/14/94.aspx

Jun 6 '07 #5
Yeah, I'm not having trouble finding "stuff" on replication with Google
either. Tons of SQL Server based information on replication out there (I
even have Hilary Cotter's book for that matter). But finding information on
app development with 2005 replication is another story -- not that many
people doing it apparently. Microsoft has one example for the Adventureworks
database on the Technet website, but I've found very little on Google for
new app development involving replication (I've built a lot of SQLCE stuff
with replication, but nothing since 2003 and nothing for Winforms). Might be
time to add to my tech book collection.

Thanks for the link.

"Mr. Arnold" <MR. Ar****@Arnold.comwrote in message
news:O$**************@TK2MSFTNGP02.phx.gbl...
>
"Earl" <br******@newsgroups.nospamwrote in message
news:OL**************@TK2MSFTNGP04.phx.gbl...
>Thanks for the link (good stuff on that site!) but I saw no link article
on "RMO."

Maybe, this will do it for you.

I am really not having too hard of a time finding this stuff with Google.
Google is your friend. :)

http://msdn2.microsoft.com/en-us/lib...ionserver.aspx
http://wardyit.com/blog/blog/archive/2006/03/14/94.aspx

Jun 6 '07 #6
You might want to check out the merge replication sample we added with SQL
Server 2005. It does what you are suggesting:

http://msdn2.microsoft.com/en-us/lib...5(SQL.90).aspx

--
Glenn Gailey
SQL Server User Education

This posting is provided "AS IS" with no warranties, and confers no rights.
"Earl" wrote:
Can anyone point me to some good references for coding a Winforms app to
trigger replication (merge preferably) on SQL2005? I'm setting up a scenario
where I want my app to allow multiple laptops to synchronize to the
distribution SQL2005 database and I'd like to do it either automatically or
by having them click on a menu/button. From working with merge in the
CompactFramework, I know the general approach but I do not know the
equivalent namespaces or techniques in the "big framework".
Jun 11 '07 #7
Thanks Glenn. That looks on point.

"Glenn Gailey [MS]" <Gl**********@public.microsoft.comwrote in message
news:E5**********************************@microsof t.com...
You might want to check out the merge replication sample we added with SQL
Server 2005. It does what you are suggesting:

http://msdn2.microsoft.com/en-us/lib...5(SQL.90).aspx

--
Glenn Gailey
SQL Server User Education

This posting is provided "AS IS" with no warranties, and confers no
rights.
"Earl" wrote:
>Can anyone point me to some good references for coding a Winforms app to
trigger replication (merge preferably) on SQL2005? I'm setting up a
scenario
where I want my app to allow multiple laptops to synchronize to the
distribution SQL2005 database and I'd like to do it either automatically
or
by having them click on a menu/button. From working with merge in the
CompactFramework, I know the general approach but I do not know the
equivalent namespaces or techniques in the "big framework".

Jun 12 '07 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: ad | last post by:
The user of my asp.net program use Sql2005 or Sql2005 express as database, both are possible. I have try both version of data base, I found: If I use Sql2005 express, the Data Source in...
5
by: Mike | last post by:
I'm having trouble accessing SQL2005 Standard Edition as a second instance of SQL Server where the first instance is SQL 2000 Enterprise Edition. I installed SQL 2005 as a named instance...
9
by: Nemisis | last post by:
Hi everyone, hope your all looking forward to xmas. I am setting up a Sql2005 database on a Windows Server, running Windows Server 2003. The database is going to be accessed via users using an...
8
by: Radu | last post by:
Hi. This code worked fine with SQL2005, but has a problem with SQL2000.... Which one ???? cnSQL = New SqlConnection(System.Configuration.ConfigurationManager.AppSettings("ConnectionString"))...
7
by: Earl | last post by:
Can anyone point me to some good references for coding a Winforms app to trigger replication (merge preferably) on SQL2005? I'm setting up a scenario where I want my app to allow multiple laptops...
1
by: Charles Turner | last post by:
Hi guys, Hope some of you SQL database experts out there can help me, 'cos at the moment I'm going mad! I want to use ACT! 2008 which uses MSSQL on 2 Laptops, (Vista & XP) one is my own...
2
by: Ryan Langton | last post by:
I've created quite a few .Net apps we use locally and I generally just publish them as ClickOnce applications to a network drive. Now I'm being asked to make my app portable to other...
3
by: Michael Schöller | last post by:
Hello, First of all english is not my natural language so please fogive me some bad mistakes in gramatic and use of some vocables :). I have a great problem here. Well I will not use it...
0
by: nic829 | last post by:
Hi, I was upgrading a instance from SQL2000 to SQL2005. During SQL2005 setup I accidently allow the files to be installed in C drive, but I should have them all installed in D drive. My databases...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.