Re: Provider cannot found
From: Val Mazur (group51a_at_hotmail.com)
Date: 04/24/04
- Next message: Val Mazur: "Re: VS.net, IIS 5.1, SQL server"
- Previous message: Val Mazur: "Re: Bitwise Comparison in WHERE Clause"
- In reply to: techie: "Provider cannot found"
- Next in thread: Doug: "Re: Provider cannot found"
- Reply: Doug: "Re: Provider cannot found"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 23 Apr 2004 22:25:51 -0400
Hi,
Jet 4.0 OLEDB provider is not a part of MDAC anymore. If you did not include
it into your installation or did not install it separately, then application
will not find it. On your Windows 2000 PC it probably was installed with
some other software. Check next link with the latest SP for the Jet 4.0
http://www.microsoft.com/downloads/results.aspx?productID=&freetext=jet+4.0&DisplayLang=en
-- Val Mazur Microsoft MVP "techie" <anonymous@discussions.microsoft.com> wrote in message news:9BE56602-5163-4F05-B9BF-02A7DC5935FD@microsoft.com... >i have created application using vb-access2000. > I have used 'Microsoft ADO 2.1 Library ' connection object. > Connection Object has connection string as follows > constr = "Provider=Microsoft.Jet.OLEDB.4.0;Jet OLEDB:Database > Password=password; Data Source=" & dbpath & ";Persist Security Info=False" > i included MDAC of 2000 in delployment. > I deployed my application on Win2000 OS using Innosetup 4.2.1. > setup is working success fully on 2000 os. > In Win 98 OS , it installed successfully in it , but when it runs and > Opening connection it gives following error > that "Provider Cannot Found , It may not be properly Installed ". > Why this is occur ???????????? > should i change ADO version or which MDAC VERSION SHOULD used that > supported by all WIN OS ????????
- Next message: Val Mazur: "Re: VS.net, IIS 5.1, SQL server"
- Previous message: Val Mazur: "Re: Bitwise Comparison in WHERE Clause"
- In reply to: techie: "Provider cannot found"
- Next in thread: Doug: "Re: Provider cannot found"
- Reply: Doug: "Re: Provider cannot found"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|