ADOCE.NET access to ODBC-Database

  • Thread starter Thread starter Martin Glas
  • Start date Start date
M

Martin Glas

Hello,
on my PPC2003 I have an Oracle Lite - Database which I
want to access from a C#-program. With eVB it runs wie
ADOCE, but I have no idea in programming this with
the .NET Compact Framework. Has anyone done this and could
send me a code example.

Thanks a lot
Martin
 
quite the same !
use ADO.NET !
however you'll need the oracle ADO.NET driver which I'm not sure is
supported on the compact framework.

if you're in dire need and willing to work, the mono project
(http://www.go-mono.com) has a working implementation of an ADO.NET driver
for Oracle (or a link to it) which is in pure in C#, so you could try to
port it...
 
Back
Top