REGDB_E_CLASSNOTREG(0x80040154) -> What else to do?

G

Guest

Hi,

It seems I ran out of clues. This is the situation: Win98se client with
Windows.Net Application (framework 1.1, MDAC2.8, Jet 4.0 Service Pack for Win
98) and the following connection string:

"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\archive\db\app.MDB;User
Id=admin;Password=;"

When I try to open the connection:
Dim conn As New OleDbConnection(ConnectionString)
conn.Open()

the error message in the subject is shown...

Who can help me out on this?!

Thank you in advance & Happe NewYear!
 
G

Guest

I have installed the Jet 4.0 Service Pack 8! But I first installed MDAC. It's
the other way around isn't?! So, first install Jet 4.0 SP8 for W98 and then
install MDAC?!

Miha Markic said:
Ramon,

MDAC >=2.6 doesn't include JET anymore.
Follow this link to get JET:
http://support.microsoft.com/kb/239114

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

Ramon said:
Hi,

It seems I ran out of clues. This is the situation: Win98se client with
Windows.Net Application (framework 1.1, MDAC2.8, Jet 4.0 Service Pack for
Win
98) and the following connection string:

"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\archive\db\app.MDB;User
Id=admin;Password=;"

When I try to open the connection:
Dim conn As New OleDbConnection(ConnectionString)
conn.Open()

the error message in the subject is shown...

Who can help me out on this?!

Thank you in advance & Happe NewYear!
 
G

Guest

Still the same error after:

first installing jet sp8 and then MDAC 2.8. Any clues?!

Miha Markic said:
Ramon,

MDAC >=2.6 doesn't include JET anymore.
Follow this link to get JET:
http://support.microsoft.com/kb/239114

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

Ramon said:
Hi,

It seems I ran out of clues. This is the situation: Win98se client with
Windows.Net Application (framework 1.1, MDAC2.8, Jet 4.0 Service Pack for
Win
98) and the following connection string:

"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\archive\db\app.MDB;User
Id=admin;Password=;"

When I try to open the connection:
Dim conn As New OleDbConnection(ConnectionString)
conn.Open()

the error message in the subject is shown...

Who can help me out on this?!

Thank you in advance & Happe NewYear!
 

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