|
Home > Archive > MS SQLCE > March 2006 > Exchanging data between 2 SQL Server 2005 Mobile
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Exchanging data between 2 SQL Server 2005 Mobile
|
|
|
| How could I "synchronize", or exchange data between 2 SQL server 2005
running on windows CE 5.0, communicating by tcp/ip.
I can use .NET compact framework 2.0.
Thanks
Vince
| |
| Darren Shaffer 2006-03-21, 3:30 am |
| there is no support for this in the SQL Mobile product, but it has come
up before as a possible enhancement. could you describe the situation
you are facing in which this would be a useful enhancement for you?
every time Microsoft asks me if this is something that should be included
in the next version, I am at a loss to figure out a valid real world
scenario
where this would be useful. I'm not saying it's not, I just haven't run
into
too many scenarios where it would be helpful.
if I had to implement this tomorrow, I would use an intermediate
data transport (IRDA?) and storage mechanism on both mobile devices
and then write some code to export/import the data from/to SQL Mobile
on either device.
thanks
--
Darren Shaffer
..NET Compact Framework MVP
Principal Architect
Connected Innovation
www.connectedinnovation.com
"Vince" <vince@vince.com> wrote in message
news:OFVI0QnRGHA.4300@TK2MSFTNGP14.phx.gbl...
> How could I "synchronize", or exchange data between 2 SQL server 2005
> running on windows CE 5.0, communicating by tcp/ip.
> I can use .NET compact framework 2.0.
>
> Thanks
> Vince
>
>
|
|
|
|
|