Windows Vista Tips

Windows Vista Tips > Newsgroups > ActiveSync > Sync SQL Server Express 2005 and SQL Server Mobile 2005.

Reply
Thread Tools Display Modes

Sync SQL Server Express 2005 and SQL Server Mobile 2005.

 
 
Paul Aspinall
Guest
Posts: n/a

 
      12-04-2005
Hi
I have an application which runs on a desktop.
I want to synchronise the DB with a PDA app, which also uses SQL Server 2005
(mobile and express).

How can I connect to the Desktop DB, from the PDA, in order to check if I
should transfer data, in my manual syncronization routine.

Any examples of this being done, or details of best practices for this would
be much appreciated

Thanks




 
Reply With Quote
 
 
 
 
Nino Benvenuti
Guest
Posts: n/a

 
      12-05-2005
Check out System.Data.SqlClient

-Nino

Paul Aspinall wrote:
> Hi
> I have an application which runs on a desktop.
> I want to synchronise the DB with a PDA app, which also uses SQL Server 2005
> (mobile and express).
>
> How can I connect to the Desktop DB, from the PDA, in order to check if I
> should transfer data, in my manual syncronization routine.
>
> Any examples of this being done, or details of best practices for this would
> be much appreciated
>
> Thanks
>
>
>
>

 
Reply With Quote
 
Cowboy \(Gregory A. Beamer\)
Guest
Posts: n/a

 
      12-05-2005
The most common method, at least from my experience, is to timestamp the
tables that have to be synced. You can then write an "update" routine to
sync the information that is newer than the last sync point. This can be uni
or bi directional.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***********************************************
Think Outside the Box!
***********************************************
"Paul Aspinall" <> wrote in message
news:%wJkf.137955$ .uk...
> Hi
> I have an application which runs on a desktop.
> I want to synchronise the DB with a PDA app, which also uses SQL Server
> 2005
> (mobile and express).
>
> How can I connect to the Desktop DB, from the PDA, in order to check if I
> should transfer data, in my manual syncronization routine.
>
> Any examples of this being done, or details of best practices for this
> would
> be much appreciated
>
> Thanks
>
>
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to install Security Update for SQL Server 2005 Service Pack Lborouser Windows Update 6 12-22-2009 02:43 PM
Installing Visual Studio 2005 Std Ed, SQL Server 2005 Expr./Compac Stéphane Windows Vista Installation 4 04-28-2007 04:20 PM
Installing SQL Server 2005 on Vista Suresh Windows Vista Installation 5 11-22-2006 04:31 PM
IIS 7 & Sql Server 2005 Setup problem Mr. Murad Jamal Windows Vista Installation 2 11-21-2006 02:41 PM
Re: Synchronising SQL Server 2005 mobile with SQL Server 2005 Express Paul Aspinall ActiveSync 2 12-02-2005 10:51 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59