eliteapp

RTUYWPPP

Apr 25th, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.95 KB | None | 0 0
  1. //Verze 2.2012.163.1
  2. //USER-PC
  3. //Windows Vista x86 Service Pack 2 v6.0.6002
  4. //25.4.2012 12:59:57
  5.  
  6. System.Data.OleDb.OleDbException: Neočekávaná chyba z externího ovladače databáze (11265).
  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