exception
Microsoft Jet database engine cannot open the file 'D:\Database\Manoj.mdb'. It is already opened exclusively by another user, or you need permission to view its data.
please help me
the code is: the connection is estabished through wizard
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
If Not Page.IsPostBack Then
OleDbDataAdapter1.Fill(DataSet11, "table2")
DataGrid1.DataSource = DataSet11
DataGrid1.DataBind()
End If
End Sub