G
Guest
I'm lost... This is the situation:
-Win98se client with:
Windows.Net Application (framework 1.1)
MDAC2.8
Jet 4.0 Service Pack 8 for Win98
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 following error occures:
REGDB_E_CLASSNOTREG(0x80040154)
It seems a class is nog registred? But what class?!
Who can help me out on this?!
-Win98se client with:
Windows.Net Application (framework 1.1)
MDAC2.8
Jet 4.0 Service Pack 8 for Win98
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 following error occures:
REGDB_E_CLASSNOTREG(0x80040154)
It seems a class is nog registred? But what class?!
Who can help me out on this?!