473,804 Members | 3,708 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

VB.NET and MDAC+JET

bz
Hi,

When writing database program with VB.NET that accesses MDB and XLS file, do
you guys know if I still need to distribute MDAC and JET4 to the client
machine?

Or .NET framework already comes with all those drivers?

Thanks!
--
There is no answer.
There has not been an answer.
There will not be an answer.
That IS the answer!
And I am screwed.
Deadline was due yesterday.

There is no point to life.
THAT IS THE POINT.
And we are screwed.
We will run out of oil soon.
http://spaces.msn.com/bzDaCat
Nov 15 '06
10 1954

This is where you can find the latest jet oledb drivers ( servicepack 8 )

http://support.microsoft.com/default.aspx/kb/829558
regards

Michel
"bz" <no****@yahoo.c omschreef in bericht
news:%2******** ********@TK2MSF TNGP04.phx.gbl. ..
So, if I am using ADO.NET to open MDB or XLS files, I still need to
install JET4.

Got it. Thanks!

"Michel Posseth [MCP]" <MS**@posseth.c omwrote in message
news:uz******** ******@TK2MSFTN GP06.phx.gbl...
>Yes , you do need to make sure that it is installed on the target system
before you start your program

regards

Michel posseth [MCP]
"bz" <no****@yahoo.c omschreef in bericht
news:%2******* *********@TK2MS FTNGP04.phx.gbl ...
>>So, I still need to install JET4 to access MDB and XLS files, do I?

"Cor Ligthert [MVP]" <no************ @planet.nlwrote in message
news:eu****** ********@TK2MSF TNGP04.phx.gbl. ..
Peter,

As far as I know are all the computers where Net can run on already
with the proper MDAC installed.

Cor

"bz" <no****@yahoo.c omschreef in bericht
news:%2***** ***********@TK2 MSFTNGP02.phx.g bl...
So, you are saying that I still need to install MDAC and JET to the
client machine if I want to access MDB and XLS files.
>
>
>
"Cor Ligthert [MVP]" <no************ @planet.nlwrote in message
news:Oj**** **********@TK2M SFTNGP06.phx.gb l...
>For BZ, the client need in my idea to have a proper license of
>office.
>>
>Jet is free and if you use AdoNet and when you use OleDB, than you
>don't need AFAIK nothing more.
>>
>Cor
>>
>"bz" <no****@yahoo.c omschreef in bericht
>news:OL*** ***********@TK2 MSFTNGP04.phx.g bl...
>>Hi,
>>>
>>When writing database program with VB.NET that accesses MDB and XLS
>>file, do you guys know if I still need to distribute MDAC and JET4
>>to the client machine?
>>>
>>Or .NET framework already comes with all those drivers?
>>>
>>Thanks!
>>>
>>>
>>--
>>>There is no answer.
>>>There has not been an answer.
>>>There will not be an answer.
>>>That IS the answer!
>>>And I am screwed.
>>>Deadli ne was due yesterday.
>>>>
>>>There is no point to life.
>>>THAT IS THE POINT.
>>>And we are screwed.
>>>We will run out of oil soon.
>>>
>>http://spaces.msn.com/bzDaCat
>>>
>>
>>
>
>




Nov 17 '06 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

29
580
by: DraguVaso | last post by:
Hi, I'm having this error in a VB.NET-application at the moment that I attempt to read data from an SQL Server: The .Net Data SQL Provider (System.Data.SqlClient) requires Microsoft Data Access Components(MDAC) version 2.6 or later. at System.Data.SqlClient.ConnectionPool.GetConnection(Boolean& isInTransaction) at
4
1585
by: Darryl Kerkeslager | last post by:
Okay, so the Jet support is no longer in MDAC as of a few years ago. This was not a problem previously, as MDAC 2.5 was included with Windows 2000. Now, however, Windows XP does not include MDAC 2.5. (Right so far?) So, if our IT people who are installing XP Pro on all new computers, decide that they do not want to allow Jet40SP3_Comp.exe to be installed, does that mean this statement will not work. period, end of story?
3
2647
by: PeterH | last post by:
I have an application written in VB.Net that opens an Access database (ie a Microsoft Jet 4 database mdb file). It does not use Access forms or reports, so there is no need for users to have Access itself. I have two questions. 1) Must my users must have the Jet 4 database engine? Or is its functionality contained in the .Net Framework? 2) Jet 4 was distributed with Access 2000 and subsequent versions. Was it distributed with...
6
4316
by: MM | last post by:
If I have a web site using ASP 3.0 and MS Access and hosted on a server with MDAC 2.7/2.8 installed, does it make any difference whether the mdb is an Access 97 one or an Access 2000 one? I only have Access 97. The hosting company intimated that I should seriously consider converting the mdb to Access 2000. Could I do that with ADO? I have VB6. MM
13
8386
by: bjhartin | last post by:
All, I was working at a client's site when I installed Visual Basic 6 on a machine at their request. Existing applications on this machine had specified version 4.0 of the Jet OLEDB provider in a data source string in their config files. After installing VB 6, they stopped working, producing the error "3220: The supplied provider is different from the one already in use. Changing their configuration files to specify version 3.5.1...
4
2590
by: Saber | last post by:
In VS 2005 I made a setup project for my application. The application uses a mdb file and needs Microsoft Jet OLE DB Provider to run on another PCs. In Prerequisites section of Setup Property Pages there are some checkboxes including Microsoft Data Access Component 2.8. But in microsoft site they say: This release does not include Microsoft Jet, the Microsoft Jet OLE DB Provider or ODBC driver, the Desktop Database ODBC Drivers, or the...
1
1703
by: Emmanuel Thiry | last post by:
Hi, I made a program with Visual C++ 6 and MFC that uses mdb files with Jet 4.0 through DAO. It works on well my XP Machine (name "A"). It works even on fresh installs of Windows 2000 or XP where I never installed development tools nor anything such as MDAC, Jet ou DAOSDK. But on one of my XP machine (name "B") my program no longer works. I realised that the programm crashes when I attempts to read or to create a mdb file. I monitored...
6
2334
by: Johnny | last post by:
Hi all: I am writing a little demo that imports data from Excel into CRM and am trying to use the Microsoft.Jet.OLE DB4.0 provider, but I am getting an error message: Error: System.InvalidOperationException: The 'Microsoft.Jet.OLE DB.4.0' provider is not registered on the local machine. I got this error on both a Vista machine and a WS 2003 SP 2 x64 machine.
5
1458
by: TC | last post by:
I have a VB.Net application which uses System.Data.OleDb to connect to a Jet database. Recently, I learned that MDAC no longer contains Jet drivers. I'm confused what that means for my application. Can someone help me with answers to these basic questions? First of all, does the absence of Jet driver from MDAC imply that most computers in the future will lack Jet drivers? Second, if I use a Visual Studio setup project to package my...
0
10580
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10335
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10323
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10082
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7621
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6854
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5652
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3821
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2993
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.