I want to synchronize via GPRS with remote oracle9i datebase server

A

Alex Yakhnin, eMVP

You can use SQL CE on the device + web services pulling the data from the
Oracle on the desktop.
 
M

marcmc

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
 
D

dotnet

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.
 
B

Bob

In Theory, this works great.

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top