Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Read MS Access

0 views
Skip to first unread message

S Chapman

unread,
May 15, 2008, 9:31:13 AM5/15/08
to
What is the quickest way to read Microsoft Access Tables? Right now I
am using OleDBCommand in C# to read Access but I was wondering if
there is a quicker way of reading the contents of Access Tables? Thank
you.


PS: quicker as in better performance.

Arne Vajhøj

unread,
May 15, 2008, 10:51:31 PM5/15/08
to
S Chapman wrote:
> What is the quickest way to read Microsoft Access Tables? Right now I
> am using OleDBCommand in C# to read Access but I was wondering if
> there is a quicker way of reading the contents of Access Tables? Thank
> you.

I don't think so.

The only two providers capable of reading MDB's are OleDb and Odbc.

I am pretty sure that OleDB is faster than Odbc.

All other data access methods build on top of one of those and can
therefor not be faster.

Arne


0 new messages