Server Error in '/Web1' Application.

Il modulo di gestione di database Microsoft Jet non è in grado di aprire il file 'C:\Documents and Settings\Utente\Documenti\QSDS1.mdb'. Il file è già aperto con accesso esclusivo da un altro utente o è necessario disporre dell'autorizzazione per visualizzare i dati.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.OleDb.OleDbException: Il modulo di gestione di database Microsoft Jet non è in grado di aprire il file 'C:\Documents and Settings\Utente\Documenti\QSDS1.mdb'. Il file è già aperto con accesso esclusivo da un altro utente o è necessario disporre dell'autorizzazione per visualizzare i dati.

Source Error:


Line 263:        'StringaSQL = "select * from SOGGETTO " 'WHERE " 
Line 264:        'OleDbSelectCommand1.CommandText = StringaSQL
Line 265:        OleDbDataAdapter1.Fill(DataSet11)
Line 266:
Line 267:    End Sub

Source File: C:\Inetpub\wwwroot\Web1\PROVAASP1.aspx.vb    Line: 265

Stack Trace:


[OleDbException (0x80004005): Il modulo di gestione di database Microsoft Jet non è in grado di aprire il file 'C:\Documents and Settings\Utente\Documenti\QSDS1.mdb'. Il file è già aperto con accesso esclusivo da un altro utente o è necessario disporre dell'autorizzazione per visualizzare i dati.]
   System.Data.OleDb.OleDbConnection.ProcessResults(Int32 hr)
   System.Data.OleDb.OleDbConnection.InitializeProvider()
   System.Data.OleDb.OleDbConnection.Open()
   System.Data.Common.DbDataAdapter.QuietOpen(IDbConnection connection, ConnectionState& originalState)
   System.Data.Common.DbDataAdapter.FillFromCommand(Object data, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
   System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
   System.Data.Common.DbDataAdapter.Fill(DataSet dataSet)
   Web1.WebForm1.Page_Load(Object sender, EventArgs e) in C:\Inetpub\wwwroot\Web1\PROVAASP1.aspx.vb:265
   System.Web.UI.Control.OnLoad(EventArgs e)
   System.Web.UI.Control.LoadRecursive()
   System.Web.UI.Page.ProcessRequestMain()


Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573