Connect to MSSQL Server and Oracle Server

G

Guest

Hi
I have to conect from .Net Compact Framework to MS SQL Server and Oracle Server (non CE or Lite edition). To MS SQL Server is too easy using SqlClient class, but how can i connect to Oracle when CF hasn't OleDb Class

Thank yo

Ja
 
C

Chris Tacke, eMVP

Check with Oracle to see if they have a provider. Otherwise you'll have to
roll one, which isn't trivial.

--
Chris Tacke, eMVP
Co-Founder and Advisory Board Member
www.OpenNETCF.org
---
Windows CE Product Manager
Applied Data Systems
www.applieddata.net


systemspecialist said:
Hi,
I have to conect from .Net Compact Framework to MS SQL Server and Oracle
Server (non CE or Lite edition). To MS SQL Server is too easy using
SqlClient class, but how can i connect to Oracle when CF hasn't OleDb Class.
 

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