synchronize data between sql mobile db and sql server db, over gprs
hello!
i don't know if question belong sql forum or smart device forum.
so far able sync data between pda , sql server pc, on wi-fi lan using remote data access.
now want same without using wifi lan, mean, want able on gprs connection, same data synchronization.
my main question how access sql server database ? connection string (obviously) works in lan.
my doubt how can access sql server database data ?
i need on here, don't know how can overcome current problem.
thank you
i don't know if question belong sql forum or smart device forum.
so far able sync data between pda , sql server pc, on wi-fi lan using remote data access.
now want same without using wifi lan, mean, want able on gprs connection, same data synchronization.
my main question how access sql server database ? connection string (obviously) works in lan.
my doubt how can access sql server database data ?
i need on here, don't know how can overcome current problem.
thank you
oooh, see. since mentioned "remote data access" in first post, wrongly assumed using rda already. see not case. depending on requirements, must use either rda, merge replication, sync services or own web service transfer data between local sql compact database , server, rda , merge go via sql ce agent on web server. should consult books online make informed decision on technology choose. in addiotion the product manual, article should give som guidance: http://msdn.microsoft.com/en-us/library/ms838193.aspx
SQL Server > SQL Server Compact
Comments
Post a Comment