Anyone have a managed wrapper for EDB they'd like to share?

  • Thread starter Thread starter HCH
  • Start date Start date
H

HCH

There are wrappers for CEDB and ADOCE but both of those API's are
deprecated. Before I write a wrapper for EDB I figured I'd ask here.

Or perhaps there's something between XML datasets and SQL that I'm not
thinking of?

Can't use SQL for this project because it requires an install on 5.0.
 
Can't use SQL for this project because it requires an install on 5.0.

Can you expand on this? What requires 5.0? EDB came out with CE 5.0, so if
you want to use it, the device must be CE 5.0 or later. There are versions
of SQL CE that work with CE 4.2 and that have a managed interface. So SQL
CE will actually work for a broader range of devices than EDB will.


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com
 
We have to run on out of the box 5.0 devices without any optional
components installed. I'm not married to edb - just looking for a
managed database solution that can deal with 2000 records or so. My
fallback is STL in memory with a filesystem textfile for persistence.
 
Ooops, STL isn't the fallback of course.

We have to run on out of the box 5.0 devices without any optional
components installed. I'm not married to edb - just looking for a
managed database solution that can deal with 2000 records or so. My
fallback is STL in memory with a filesystem textfile for persistence.




- Show quoted text -
 
Back
Top