Hello,

I am creating a program that usese MS access database,

is it better to use OleDb with Jet provider or is it better to use Odbc?
what is the difference betwen them?

Alex

Re: OleDb vs Odbc for access database? by Cor

Cor
Tue Apr 27 05:50:45 CDT 2004

Hi Altex,

In my opinion OleDb, when I got the message that not everything in ODBC was
suported I stopped using it. And I see not disadvantages from OleDb since I
know I can change the connection in the load event when the designer is
used.

Cor



Re: OleDb vs Odbc for access database? by William

William
Tue Apr 27 09:03:07 CDT 2004

I agree with Cor. OleDb has been implemented longer, and although I don't
use it much, I hear it has notably better performance.
"Altex" <Altex@yahoo.com> wrote in message
news:OwaXSSELEHA.1764@TK2MSFTNGP12.phx.gbl...
> Hello,
>
> I am creating a program that usese MS access database,
>
> is it better to use OleDb with Jet provider or is it better to use Odbc?
> what is the difference betwen them?
>
> Alex
>
>