reading an access database

  • Thread starter Thread starter Alfonso Paredes
  • Start date Start date
A

Alfonso Paredes

I want to read and write to an access database on a
pocket pc.
In a desktop environment you use the System.Data.OleDB
namespace and all the objects in there. i.e.
OleDbConnection, OleDBCommand, etc.

But in the compact framework none of those exist. So the
question is which classes should I use instead of
OleDbConnection, OleDbCommand and OleDbDataReader?

Saludos

Alfonso
 
hi

If you search the groups you'll see that you can use a 3rd party provider
(name escapes me)
or you can do it yourself using a native DLL - if you want a generic wrapper
then I suggest buying
in the 3rd party (if it meets you needs)

Shaun
 
Back
Top