Upgrade JET to Access 2007

C

ChrisM

Hi,

I have an application that is written in C# (Framework 1.1) and uses oledb
to access an Access2000 (JET) database.
If we were to upgrade our Access database to Access2007, what would be the
implications for my application, would it work as is, need some minor mods,
or a major overhaul?
My hope was I would simply need to change the connection string, and
everything else would basically just work... :-/

Thanks.
 
A

Arne Vajhøj

ChrisM said:
I have an application that is written in C# (Framework 1.1) and uses oledb
to access an Access2000 (JET) database.
If we were to upgrade our Access database to Access2007, what would be the
implications for my application, would it work as is, need some minor mods,
or a major overhaul?
My hope was I would simply need to change the connection string, and
everything else would basically just work... :-/

That seems as a good assumption.

Two reasons:
1) OLE DB is supposed to be a stable interface
2) My guess is that Access 2007 uses Jet 4 just like Access 2000

Arne
 

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

Top