eliteapp

TYPRYPPP

Feb 19th, 2012
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 2.04 KB | None | 0 0
  1. //Verze 2.2012.156.0
  2. //NTB_ACER_ASPIRE
  3. //Windows 7 x86 Service Pack 1 v6.1.7601
  4. //19.2.2012 11:00:25
  5.  
  6. System.Data.OleDb.OleDbException: Databázový stroj Microsoft Jet nemůže najít objekt PEPREINH.DB. Zkontrolujte, zda objekt existuje, a zda jste správně zadali jeho název a cestu.
  7.    v System.Data.OleDb.OleDbCommand.ExecuteCommandTextErrorHandling(OleDbHResult hr)
  8.    v System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleResult(tagDBPARAMS dbParams, Object& executeResult)
  9.    v System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object& executeResult)
  10.    v System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavior behavior, Object& executeResult)
  11.    v System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method)
  12.    v System.Data.OleDb.OleDbCommand.ExecuteReader(CommandBehavior behavior)
  13.    v System.Data.OleDb.OleDbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
  14.    v System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
  15.    v System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior)
  16.    v System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)
  17.    v Elite.Common.FileTools.ReadParadox(String Filename)
  18.    v Elite.Exchange.Import.Medicus2.ImportMedicus2.DoWork()
  19.    v Elite.Common.ProcessData.doWork()
  20.    v System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  21.    v System.Threading.ExecutionContext.runTryCode(Object userData)
  22.    v System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
  23.    v System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
  24.    v System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  25.    v System.Threading.ThreadHelper.ThreadStart()
Advertisement
Add Comment
Please, Sign In to add comment