Server Error in '/' Application.

'C:\inetpubvhosts\sehitlerimiz.net\db\trrmgdrlaridabs.mdb' is not a valid path.  Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.

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: 'C:\inetpubvhosts\sehitlerimiz.net\db\trrmgdrlaridabs.mdb' is not a valid path.  Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.

Source Error:


Line 17:         Dim CommandObject As String = "Select * from basin where cat like '" & Request.QueryString("id") & "' AND active = '1'" '"Select * from news where active = '1'"
Line 18:         Dim myDataAdapter As New OleDb.OleDbDataAdapter(CommandObject, connectionstring)
Line 19:         myDataAdapter.Fill(myDataSet, "basin")
Line 20:         Dim dataTable1 As DataTable = myDataSet.Tables(0)
Line 21:         Dim records As Integer = dataTable1.Rows.Count

Source File: C:\Inetpub\vhosts\cubuksehitleri.com\httpdocs\BasindaBizGoster.aspx.vb    Line: 19

Stack Trace:


[OleDbException (0x80004005): 'C:\inetpubvhosts\sehitlerimiz.net\db\trrmgdrlaridabs.mdb' is not a valid path.  Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.]
   System.Data.OleDb.OleDbConnectionInternal..ctor(OleDbConnectionString constr, OleDbConnection connection) +967617
   System.Data.OleDb.OleDbConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject) +86
   System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup) +29
   System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +4927916
   System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +117
   System.Data.OleDb.OleDbConnection.Open() +40
   System.Data.Common.DbDataAdapter.QuietOpen(IDbConnection connection, ConnectionState& originalState) +31
   System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +112
   System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +287
   System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String srcTable) +92
   BasindaBizGoster2.Page_Load(Object sender, EventArgs e) in C:\Inetpub\vhosts\cubuksehitleri.com\httpdocs\BasindaBizGoster.aspx.vb:19
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627


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