I want to synchronize via GPRS with remote oracle9i datebase server

  • Thread starter Thread starter dotnet
  • Start date Start date
You can use SQL CE on the device + web services pulling the data from the
Oracle on the desktop.
 
Also you can use sql ce on the device and use Merge
Replication. You don't necessarily need a web service
reference to invoke a GPRS connection.
For Merge Replication Test with GPRS, you will need:
A SQL Server/Oracle DB.
An installation of SQLCE2.0 on the device. (in Compact
Framework SDK called sumtin like sqlce.ppc.arm...)
Replication on the SQL server DB with publications i.e.
(ORDERS CUSTOMERS GENERIC etc) and merge replication code
using the merge namespace.
After that you can test with GPRS , firewalls etchope it
helps
 
Thanks for Alex and marcmc's helps.
It is a pity I'm a beginner.Who can give me some source code?Thanks.
I want to know more,please tell me some document about it.Thanks again.
 
In Theory, this works great.

But what a painfull experience this was for me. If you like to stay up all
night, try it.
 
Back
Top