HighTechTalks DotNet Forums  

SQLCE and desktop MSSQL synch through gprs

Dotnet Framework (Compact Framework) microsoft.public.dotnet.framework.compactframework


Discuss SQLCE and desktop MSSQL synch through gprs in the Dotnet Framework (Compact Framework) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Noram Noram via DotNetMonster.com
 
Posts: n/a

Default SQLCE and desktop MSSQL synch through gprs - 05-02-2005 , 05:39 AM






Could you help me to start a project about remote SQL. We are programming
SQL CE in VB .NET.
The task is simple, we have to synchronize an SQL CE (with a gprs enabled
PDA) with a desktop MSSQL. We are familiar both with SQLCE and standard
SQL, but how to start with GPRS synch?
Is the synch through internet or the desktop server should have an USB gprs?
Does VB.net have gprs dll? Do you have some experiance or something that
could help us?

Many thanks!
Noram

--
Message posted via http://www.dotnetmonster.com

Reply With Quote
  #2  
Old   
Darren Shaffer
 
Posts: n/a

Default Re: SQLCE and desktop MSSQL synch through gprs - 05-02-2005 , 09:19 AM






Noram,

If you plan to use either of the built-in data synchronization technologies
that are supported by SQL Server CE (Merge Replication or Remote
Data Access), they both use http as their transport mechanism for the
synchronization, so whether you are using GPRS, 802.11x, or
dialup, you can achieve synch with these technologies. When you
attempt to architect a system that will sync over GPRS, you have a
couple of challenges - the first is the bandwidth of the connection
which is typically no more than 40kbps. This means you have to
carefully consider what data needs to be synchronized and also
understand the differences between Merge and RDA in terms of
network traffic.

Use Google advanced groups search on microsoft.public.sqlserver.ce
to get more information on this topic.
--
Darren Shaffer
..NET Compact Framework MVP
Principal Architect
Connected Innovation
www.connectedinnovation.com


"Noram Noram via DotNetMonster.com" <forum (AT) nospam (DOT) DotNetMonster.com> wrote
in message news:567be0e0f1524eef982c255f8a6df11c (AT) DotNetMonster (DOT) com...
Quote:
Could you help me to start a project about remote SQL. We are programming
SQL CE in VB .NET.
The task is simple, we have to synchronize an SQL CE (with a gprs enabled
PDA) with a desktop MSSQL. We are familiar both with SQLCE and standard
SQL, but how to start with GPRS synch?
Is the synch through internet or the desktop server should have an USB
gprs?
Does VB.net have gprs dll? Do you have some experiance or something that
could help us?

Many thanks!
Noram

--
Message posted via http://www.dotnetmonster.com



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.