.NET CF and Oracle

S

Simone

Hallo,

is possible to connect directly from PocketPC to a database Oracle server
without using Webservice like directly connection from PocketPC to
SqlServer?

Thanks.

Simon.
 
P

Peter Foot [MVP]

I don't think Oracle have a .NETCF provider for their "big" version of
Oracle. There is a third-party product which works with any desktop ODBC
source which should work for your situation:-
http://www.gui-innovations.com/html/sqllinkce.html

The other option would be to roll your own mechanism e.g. using webservices
by connecting to your database with the full framework provider and the
exposing some services to pull/push data depending on your requirements.

Peter
 
S

Simone

Thanks Peter.

Simon.

Peter Foot said:
I don't think Oracle have a .NETCF provider for their "big" version of
Oracle. There is a third-party product which works with any desktop ODBC
source which should work for your situation:-
http://www.gui-innovations.com/html/sqllinkce.html

The other option would be to roll your own mechanism e.g. using webservices
by connecting to your database with the full framework provider and the
exposing some services to pull/push data depending on your requirements.

Peter

--
Peter Foot
Windows Embedded MVP
http://www.inthehand.com | http://www.peterfoot.net |
http://www.opennetcf.org
 

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