How to solve my issue
-
maandag 12 maart 2012 15:28
Hi,
I am creating web base merchandiser application. Part of system working on windows for withou internet. End of day i want capability to upload windows local databse data to hosting databse. and i want updte local dtabse with hosting databse for newly created master data.
Whats best approch to do this? Can i use synth toolkit for this?
lakmal
Alle reacties
-
dinsdag 13 maart 2012 1:39Moderatorwould you mind sharing what database and client platforms are involved? The Sync Toolkit is primarily for clients that can't run the full Sync Framework (Silverlight, WP7, iPhone, HTML5, etc...) If you're running on all windows platform, Sync Framework itself may be all you need and not the Sync Toolkit.
-
dinsdag 13 maart 2012 3:11
I am using c# windows form to my client machine and my main database is in web server.
And i use sql server 2008
-
dinsdag 13 maart 2012 5:39Moderator
you don't necessarily need to use Sync Toolkit.
Sync Framework alone should do. have a look at the walkthroughs in the documentation: http://msdn.microsoft.com/en-us/library/ff928700(v=sql.110).aspx
these samples should get you started as well:
http://code.msdn.microsoft.com/Database-SyncSQL-Server-a9752fac - 2-tier
http://code.msdn.microsoft.com/Database-SyncSQL-Server-e97d1208 - n-tier using WCF