PC Review


Reply
Thread Tools Rate Thread

Accessing MDB's

 
 
BobAchgill
Guest
Posts: n/a
 
      18th Jan 2005
What more do I need to install on a user's computer to
access a MDB database from my VB .Net Win Form? I am
trying to minimize the footprint of the install size.

This is my typical user machine:
- 2000 or XP
- Framework 1.1

If I go with Jet 4.0 technology, do I have to install the
whole MDAC or can I get by with just Jet drivers?

If I go with ODBC technology are the drivers already on
the 2000 and XP operating system?

What are the trade offs between Jet and ODBC??

Thanks!

Bob
 
Reply With Quote
 
 
 
 
Mona
Guest
Posts: n/a
 
      18th Jan 2005
Hi Bob,

Incase you are using Jet 4.0 technology,you don't need to install MDAC.You
can do with Jet drivers.

For ODBC,you need to install MDAC. The .NET framework version 1.1 supports
MDAC 2.6 or later.
However, MDAC 2.7 or later is recommended

Microsoft Jet is basically designed to connect to MS Access exclusively.
With ODBC provider, you can connect to various data sources like Access,SQL
Server, Oracle etc.
It provides a common platform for a variety of data sources.

HTH

Mona


"BobAchgill" <(E-Mail Removed)> wrote in message
news:03ab01c4fd40$69d61ab0$(E-Mail Removed)...
> What more do I need to install on a user's computer to
> access a MDB database from my VB .Net Win Form? I am
> trying to minimize the footprint of the install size.
>
> This is my typical user machine:
> - 2000 or XP
> - Framework 1.1
>
> If I go with Jet 4.0 technology, do I have to install the
> whole MDAC or can I get by with just Jet drivers?
>
> If I go with ODBC technology are the drivers already on
> the 2000 and XP operating system?
>
> What are the trade offs between Jet and ODBC??
>
> Thanks!
>
> Bob



 
Reply With Quote
 
Miha Markic [MVP C#]
Guest
Posts: n/a
 
      18th Jan 2005
Hi Bob,

JET drivers are included with MDAC <= 2.5. For later mdac versions there is
a separate download.
http://support.microsoft.com/kb/239114

..net OleDbProvider 1.1 require MDAC >= 2.6 (framework 1.1 comes with mdac
2.7 sp1).
I would say that you have to incude separate jet provider setup to be on the
safe side.

--
Miha Markic [MVP C#] - RightHand .NET consulting & development
SLODUG - Slovene Developer Users Group
www.rthand.com

"BobAchgill" <(E-Mail Removed)> wrote in message
news:03ab01c4fd40$69d61ab0$(E-Mail Removed)...
> What more do I need to install on a user's computer to
> access a MDB database from my VB .Net Win Form? I am
> trying to minimize the footprint of the install size.
>
> This is my typical user machine:
> - 2000 or XP
> - Framework 1.1
>
> If I go with Jet 4.0 technology, do I have to install the
> whole MDAC or can I get by with just Jet drivers?
>
> If I go with ODBC technology are the drivers already on
> the 2000 and XP operating system?
>
> What are the trade offs between Jet and ODBC??
>
> Thanks!
>
> Bob



 
Reply With Quote
 
BobAchgill
Guest
Posts: n/a
 
      18th Jan 2005
I found this (see link below) which suggest that only ODBC Desktop
Pack
drivers ARE included with 2000 and XP operating systems.

Quote (from link below)-
"These drivers are included with the Windows 2000
operating system, the Windows XP operating system, and the Windows
Server 2003 operating system."

Am I reading this correctly that I do NOT need to load ODBC (MDAC)
drivers if my desktops are 2000, XP or 2003??

Where did you get your quote from??

Quote -
".net OleDbProvider 1.1 require MDAC >= 2.6 (framework 1.1 comes with
mdac
2.7 sp1)."


Maybe both quotes are correct... ODBC drivers DO come with 2000, XP and
2003 but those drivers are not supported by .Net??

Are there performance trades between using ODBC instead of Jet? I have
heard that ODBC is slow?


Bob

-------------------------------------------------------------------
How to obtain the latest service pack for the Microsoft Jet 4.0
Database Engine
http://support.microsoft.com/kb/239114#9

If you obtain the Jet 4.0 Service Pack 8 download for computers that
are running Microsoft Windows 95, Microsoft Windows 98, and Microsoft
Windows NT version 4.0, you will also receive the ODBC Desktop Driver
Pack drivers. These drivers are included with the Windows 2000
operating system, the Windows XP operating system, and the Windows
Server 2003 operating system. The ODBC Desktop Driver Pack drivers
includes the following files:

 
Reply With Quote
 
Paul Clement
Guest
Posts: n/a
 
      18th Jan 2005
On Tue, 18 Jan 2005 01:30:56 -0800, "BobAchgill" <(E-Mail Removed)> wrote:

¤ What more do I need to install on a user's computer to
¤ access a MDB database from my VB .Net Win Form? I am
¤ trying to minimize the footprint of the install size.
¤
¤ This is my typical user machine:
¤ - 2000 or XP
¤ - Framework 1.1
¤
¤ If I go with Jet 4.0 technology, do I have to install the
¤ whole MDAC or can I get by with just Jet drivers?
¤
¤ If I go with ODBC technology are the drivers already on
¤ the 2000 and XP operating system?
¤
¤ What are the trade offs between Jet and ODBC??
¤
¤ Thanks!
¤
¤ Bob

MDAC should already be installed since it is required by the framework.

You need Jet regardless of whether you use ODBC or OLEDB. I would recommend using the Jet OLEDB
provider instead of the MS Access ODBC driver. Newer technology and it's stable.


Paul ~~~ (E-Mail Removed)
Microsoft MVP (Visual Basic)
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
(IFS filter driver) Accessing user buffer from kernel thread or accessing handles within user context RA Windows XP Drivers 4 21st Dec 2005 11:40 AM
IE slow accessing IIS6 versus being fast accessing IIS4 =?Utf-8?B?dmFkaW0=?= Windows XP Internet Explorer 0 20th Oct 2004 08:51 PM
IE slow when accessing IIS6 versus fast accessing IIS4 =?Utf-8?B?dmFkaW0=?= Windows XP Internet Explorer 0 20th Oct 2004 08:49 PM
Problem accessing Internet Explorer 6 when initially accessing internet inowcu2 \(removethis\) @yahoo.com Windows XP Internet Explorer 0 10th Dec 2003 04:40 AM
Re: accessing a C-DLL Qiu Zhang Microsoft C# .NET 1 31st Jul 2003 05:47 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:01 PM.