eliteapp

WWIPUPPP

Oct 30th, 2012
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 6.35 KB | None | 0 0
  1. //Verze 2.2012.166.4
  2. //LEKAR
  3. //Windows XP Home Edition Service Pack 3 v5.1.2600
  4. //30.10.2012 18:30:43
  5.  
  6. DevExpress.Xpo.DB.Exceptions.SqlExecutionErrorException: Spuštění SQL příkazu 'select N0."OID",N0."Creator",N0."Created",N0."Modifier",N0."Modified",N0."TitulPred",N0."Jmeno",N0."Prijmeni",N0."RodnePrijmeni",N0."TitulZa",N0."DatumNarozeni",N0."RodneCisloFmt",N0."RodneCislo",N0."Prislusnost",N0."Pohlavi",N0."RodinnyStav",N0."Archiv",N0."Cizinec",N0."Poznamka",N0."KartaZalozena",N0."Pojistovna",N0."DruhPojisteni",N0."PojistenOd",N0."AdresaTrvala",N1."Creator",N1."Created",N1."Modifier",N1."Modified",N1."Ulice",N1."Mesto",N1."Psc",N1."Okres",N1."Pacient",N1."OptimisticLockField",N1."GCRecord",N0."AdresaPrechodna",N2."Creator",N2."Created",N2."Modifier",N2."Modified",N2."Ulice",N2."Mesto",N2."Psc",N2."Okres",N2."Pacient",N2."OptimisticLockField",N2."GCRecord",N0."Kontakt",N3."Creator",N3."Created",N3."Modifier",N3."Modified",N3."TypKontaktu",N3."Spojeni",N3."Poznamka",N3."Pacient",N3."OptimisticLockField",N3."GCRecord",N0."Diagnoza",N0."OptimisticLockField",N0."GCRecord" from ((("Pacient" N0
  7. left join "PacientAdresa" N1 on (N0."AdresaTrvala" = N1."OID"))
  8. left join "PacientAdresa" N2 on (N0."AdresaPrechodna" = N2."OID"))
  9. left join "PacientKontakt" N3 on (N0."Kontakt" = N3."OID"))
  10. where ((N0."Modified" >= @p0) or (N0."Created" >= @p0))' s parametry '{30.10.2012 18:27:08}' vyvolalo výjimku 'FirebirdSql.Data.FirebirdClient.FbException: Error reading data from the connection. ---> Error reading data from the connection.
  11.   --- End of inner exception stack trace ---
  12.   at FirebirdSql.Data.FirebirdClient.FbTransaction.BeginTransaction()
  13.   at FirebirdSql.Data.FirebirdClient.FbCommand.Prepare(Boolean returnsSet)
  14.   at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteCommand(CommandBehavior behavior, Boolean returnsSet)
  15.   at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior behavior)
  16.   at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteDbDataReader(CommandBehavior behavior)
  17.   at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
  18.   at DevExpress.Xpo.DB.ConnectionProviderSql.<>c__DisplayClass6.<InternalGetData>b__4()
  19.   at DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  20.   at DevExpress.Xpo.DB.ConnectionProviderSql.InternalGetData(IDbCommand command, CriteriaOperatorCollection targets, Int32 skipClause, Int32 topClause, Boolean includeMetadata)
  21.   at DevExpress.Xpo.DB.ConnectionProviderSql.SelectDataSimple(Query query, CriteriaOperatorCollection targets, Boolean includeMetadata)' ---> FirebirdSql.Data.FirebirdClient.FbException: Error reading data from the connection. ---> Error reading data from the connection.
  22.    --- End of inner exception stack trace ---
  23.    at FirebirdSql.Data.FirebirdClient.FbTransaction.BeginTransaction()
  24.    at FirebirdSql.Data.FirebirdClient.FbCommand.Prepare(Boolean returnsSet)
  25.    at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteCommand(CommandBehavior behavior, Boolean returnsSet)
  26.    at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior behavior)
  27.    at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteDbDataReader(CommandBehavior behavior)
  28.    at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
  29.    at DevExpress.Xpo.DB.ConnectionProviderSql.<>c__DisplayClass6.<InternalGetData>b__4()
  30.    at DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  31.    at DevExpress.Xpo.DB.ConnectionProviderSql.InternalGetData(IDbCommand command, CriteriaOperatorCollection targets, Int32 skipClause, Int32 topClause, Boolean includeMetadata)
  32.    at DevExpress.Xpo.DB.ConnectionProviderSql.SelectDataSimple(Query query, CriteriaOperatorCollection targets, Boolean includeMetadata)
  33.    --- End of inner exception stack trace ---
  34.    at DevExpress.Xpo.DB.ConnectionProviderSql.SelectDataSimple(Query query, CriteriaOperatorCollection targets, Boolean includeMetadata)
  35.    at DevExpress.Xpo.DB.ConnectionProviderSql.SelectData(Query query, CriteriaOperatorCollection targets)
  36.    at DevExpress.Xpo.DB.ConnectionProviderSql.ProcessSelectData(SelectStatement selects)
  37.    at DevExpress.Xpo.DB.DataStoreBase.ProcessSelectData(SelectStatement[] selects)
  38.    at DevExpress.Xpo.DB.DataStoreSerializedBase.SelectData(SelectStatement[] selects)
  39.    at DevExpress.Xpo.DB.ConnectionProviderSql.SelectData(SelectStatement[] selects)
  40.    at DevExpress.Xpo.SimpleDataLayer.SelectData(SelectStatement[] selects)
  41.    at DevExpress.Xpo.Helpers.ObjectCollectionLoader.InternalLoadData(ObjectsQuery[] queries)
  42.    at DevExpress.Xpo.Helpers.ObjectCollectionLoader.LoadObjects(ObjectsQuery[] queries)
  43.    at DevExpress.Xpo.SimpleObjectLayer.LoadObjects(Session session, ObjectsQuery[] queries)
  44.    at DevExpress.Xpo.Session.GetObjectsInternal(ObjectsQuery[] queries)
  45.    at DevExpress.Xpo.Session.<>c__DisplayClasse.<GetObjects>b__c()
  46.    at DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  47.    at DevExpress.Xpo.Session.GetObjects(ObjectsQuery[] queries)
  48.    at DevExpress.Xpo.Session.GetObjects(ObjectsQuery query)
  49.    at DevExpress.Xpo.Session.GetObjects(XPClassInfo classInfo, CriteriaOperator criteria, SortingCollection sorting, Int32 skipSelectedRecords, Int32 topSelectedRecords, Boolean selectDeleted, Boolean force)
  50.    at DevExpress.Xpo.Session.GetObjects(XPClassInfo classInfo, CriteriaOperator criteria, SortingCollection sorting, Int32 topSelectedRecords, Boolean selectDeleted, Boolean force)
  51.    at Elite.Objects.ObjectsHelpers.CountAll(Session Session, XPClassInfo xpClassInfo, CriteriaOperator criteria)
  52.    at Elite.Gui.Helpers.ReloaderSmart.DoReload(Boolean Forced)
  53.    at Elite.Gui.Helpers.ReloaderSmart.Start()
  54.    at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  55.    at System.Threading.ExecutionContext.runTryCode(Object userData)
  56.    at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
  57.    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
  58.    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  59.    at System.Threading.ThreadHelper.ThreadStart()
Advertisement
Add Comment
Please, Sign In to add comment