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
 

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

Back
Top