ERROR "Class not registered "

dees

Newcomer
Joined
Mar 26, 2004
Messages
2
Dear friends
i am new to asp.net.i am trying to connect mdb file in asp.net ,application giving me error.i have taken screen print of the error please find the attachment attached with this thread.please help me for this issue thanks in advance

Dees


code....
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Dim oracleConnection As New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\test.mdb") ';user id=pipebook; password=pipebook")
oracleConnection.Open()
Label1.Text = oracleConnection.ToString
end sub
 

Attachments

Back
Top