PC Review


Reply
Thread Tools Rate Thread

Desktop sync to PDA

 
 
msnews
Guest
Posts: n/a
 
      2nd Dec 2003
We're writing an app and we need a method of dumping data (customers,
pricelists, inventory) from the desktop accounts system into an Access or
SQL CE database programaticaly

Also need to (from the Desktop) import orders created on the PDA back into
the accounts system

Whats the best method for doing this ?



 
Reply With Quote
 
 
 
 
Shaun Wilde
Guest
Posts: n/a
 
      2nd Dec 2003
I use datasets to move data between the 2 databases Desktop/PDA

"msnews" <msnews@> wrote in message
news:%(E-Mail Removed)...
> We're writing an app and we need a method of dumping data (customers,
> pricelists, inventory) from the desktop accounts system into an Access or
> SQL CE database programaticaly
>
> Also need to (from the Desktop) import orders created on the PDA back into
> the accounts system
>
> Whats the best method for doing this ?
>
>
>



 
Reply With Quote
 
Ginny Caughey [MVP]
Guest
Posts: n/a
 
      2nd Dec 2003
If the data on the desktop is in a SQLServer database, you can use either
merge/replication or RDA to move data between SQLServer and SQLCe on the
device.
--
Ginny Caughey
..Net Compact Framework MVP

"msnews" <msnews@> wrote in message
news:%(E-Mail Removed)...
> We're writing an app and we need a method of dumping data (customers,
> pricelists, inventory) from the desktop accounts system into an Access or
> SQL CE database programaticaly
>
> Also need to (from the Desktop) import orders created on the PDA back into
> the accounts system
>
> Whats the best method for doing this ?
>
>
>



 
Reply With Quote
 
msnews
Guest
Posts: n/a
 
      2nd Dec 2003
The data is in a 3rd party accounts app which I have read only ODBC access
:-( so what i was looking to do was pull htat data into a DataSet then make
a connection to the PDA and dump it in to SQL CE

As far as I know the client doesnt have SQL Server on the accounts PC so
that not an option.

"msnews" <msnews@> wrote in message
news:%(E-Mail Removed)...
> We're writing an app and we need a method of dumping data (customers,
> pricelists, inventory) from the desktop accounts system into an Access or
> SQL CE database programaticaly
>
> Also need to (from the Desktop) import orders created on the PDA back into
> the accounts system
>
> Whats the best method for doing this ?
>
>
>



 
Reply With Quote
 
Dev
Guest
Posts: n/a
 
      2nd Dec 2003
So how do I make a connection from the Desktop to the DB on the PDA ? I
presume I use RAPI ?

"Shaun Wilde" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I use datasets to move data between the 2 databases Desktop/PDA
>
> "msnews" <msnews@> wrote in message
> news:%(E-Mail Removed)...
> > We're writing an app and we need a method of dumping data (customers,
> > pricelists, inventory) from the desktop accounts system into an Access

or
> > SQL CE database programaticaly
> >
> > Also need to (from the Desktop) import orders created on the PDA back

into
> > the accounts system
> >
> > Whats the best method for doing this ?
> >
> >
> >

>
>



 
Reply With Quote
 
Alok Sancheti
Guest
Posts: n/a
 
      3rd Dec 2003
You cannot access SQL CE from the desktop.

What I did was dumped the data from the desktop to XML files, then
transferred the XML files to the PDA using RAPI. Then in the PDA application
read the XML files into SQL CE. Did the reverse for transferring data from
PDA to desktop.


 
Reply With Quote
 
Graham McKechnie
Guest
Posts: n/a
 
      3rd Dec 2003
Hi,

I'm doing something similiar with dbf files on the desktop, I process the
dbf files in the way I want, convert them to txt files, rapi them to the pda
and then read the txt files back into a SqlCe database. Do the opposite
going the other way. Then the desktop program reads the changed records back
into the dbfs. I keep track of the last sync datetime to minimise what gets
moved. The whole process only takes about 30 secs.

I would avoid XML, if the data you want to move back and forth is large.

Graham

"msnews" <msnews@> wrote in message
news:(E-Mail Removed)...
> The data is in a 3rd party accounts app which I have read only ODBC access
> :-( so what i was looking to do was pull htat data into a DataSet then

make
> a connection to the PDA and dump it in to SQL CE
>
> As far as I know the client doesnt have SQL Server on the accounts PC so
> that not an option.
>
> "msnews" <msnews@> wrote in message
> news:%(E-Mail Removed)...
> > We're writing an app and we need a method of dumping data (customers,
> > pricelists, inventory) from the desktop accounts system into an Access

or
> > SQL CE database programaticaly
> >
> > Also need to (from the Desktop) import orders created on the PDA back

into
> > the accounts system
> >
> > Whats the best method for doing this ?
> >
> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
After Vista PPC laptop sync no Windows 2000 desktop sync? RJ Windows Vista General Discussion 0 23rd Jan 2008 03:52 PM
After Vista PPC laptop sync no Windows 2000 desktop sync? RJ Windows Vista General Discussion 3 17th Jan 2008 04:24 PM
Sync with desktop app John Microsoft Dot NET Compact Framework 1 14th Sep 2004 02:59 PM
Sync with desktop app John Microsoft VB .NET 1 8th Sep 2004 07:08 AM
Sync with desktop app John Microsoft ADO .NET 1 8th Sep 2004 01:42 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:38 AM.