.NET CF and Oracle

  • Thread starter Thread starter Simone
  • Start date Start date
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.
 
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
 
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
 
Back
Top