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
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