eliteapp

IWQQRPPP

Apr 22nd, 2013
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 2.01 KB | None | 0 0
  1. //Verze 2.2013.170.53
  2. //T520
  3. //Windows 7 x86 v6.1.7600
  4. //22.4.2013 22:37:59
  5.  
  6. System.Data.OleDb.OleDbException: Neočekávaná chyba z externího ovladače databáze (10023).
  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.ReadDBF(String Filename)
  18.    v Elite.Exchange.Import.DrFox.ImportDrFox.ReadCiselniky(String FileName, String FileNameB)
  19.    v Elite.Exchange.Import.DrFox.ImportDrFox.DoWork()
  20.    v Elite.Common.ProcessData.doWork()
  21.    v System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  22.    v System.Threading.ExecutionContext.runTryCode(Object userData)
  23.    v System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
  24.    v System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
  25.    v System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  26.    v System.Threading.ThreadHelper.ThreadStart()
Advertisement
Add Comment
Please, Sign In to add comment