Home All Groups Group Topic Archive Search About
Author
21 Dec 2006 12:37 AM
Dennis
Will I be able to run my vb.net 2003 applications that use OLEDB to access
"Access" databases under the Vista operating system?
--
Dennis in Houston

Author
21 Dec 2006 2:13 AM
Scott M.
As long as the JET OLEDB Provider is present, you will.  I don't know if it
is installed by default.


Show quoteHide quote
"Dennis" <Den***@discussions.microsoft.com> wrote in message
news:F0F14A73-29BA-49DE-A281-03DF164B84A0@microsoft.com...
> Will I be able to run my vb.net 2003 applications that use OLEDB to access
> "Access" databases under the Vista operating system?
> --
> Dennis in Houston
Author
21 Dec 2006 4:37 AM
Jay B. Harlow
Dennis,
Maybe. ;-)

I would expect it would; however! ultimately that is something that you will
need to answer, by testing your application on Vista.

Remember Vista only includes .NET 3.0, so the first hurdle is making sure
your app runs under .NET 3.0; note .NET 3.0 expands the .NET 2.0 Framework.
So this really means testing your app on .NET 2.0 ;-)

Some links that may be helpful:
http://msdn2.microsoft.com/en-us/netframework/default.aspx

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnlong/html/netfx30.asp

The first link includes links to breaking changes & obsolete apis for .NET
2.0.

Also remember that Vista comes in both x86 (32-bit) and x64 (64-bit)
flavors. Which means that your app could run as either 32-bit or 64-bit
without changing a single line of code. This may or may not cause a problem
as I understand that there is no 64-bit Jet (MS Access) OLEDB driver.
Remember that OLEDB drivers run in process, a 64-bit process would need a
64-bit OLEDB driver...

--
Hope this helps
Jay B. Harlow
..NET Application Architect, Enthusiast, & Evangelist
T.S. Bradley - http://www.tsbradley.net


Show quoteHide quote
"Dennis" <Den***@discussions.microsoft.com> wrote in message
news:F0F14A73-29BA-49DE-A281-03DF164B84A0@microsoft.com...
> Will I be able to run my vb.net 2003 applications that use OLEDB to access
> "Access" databases under the Vista operating system?
> --
> Dennis in Houston
Author
21 Dec 2006 4:39 PM
Paul Clement
On Wed, 20 Dec 2006 16:37:01 -0800, Dennis <Den***@discussions.microsoft.com> wrote:

¤ Will I be able to run my vb.net 2003 applications that use OLEDB to access
¤ "Access" databases under the Vista operating system?

That's difficult to say. Your app was compiled for the 1.1 Framework, and as Jay has indicated it
will be running under the 3.0 Framework, which is included with Vista.

There may be no compatibility issues but the only way to find out for certain is to test it.


Paul
~~~~
Microsoft MVP (Visual Basic)