473,322 Members | 1,401 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,322 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 1009

"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...
3
by: jodyblau | last post by:
I'm fairly new to access, so I hope this question isn't too elementary. I'm putting together a database for my office. I want the database to be accessible to 5 or 6 users on our network and so...
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: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

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.