eliteapp

Note 9. prosince 2013:15:58

Dec 9th, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 5.11 KB | None | 0 0
  1. //Verze 2.2013.171.1
  2. //PC201103
  3. //Windows 7 x64 Service Pack 1 v6.1.7601
  4. //9.12.2013 15:58:47
  5.  
  6. DevExpress.Xpo.DB.Exceptions.SqlExecutionErrorException: Spuštění SQL příkazu 'select  first 1 count(*) from "Uzivatel" N0
  7. where (N0."GCRecord" is null and (N0."Admin" = 1))' s parametry '' vyvolalo výjimku 'FirebirdSql.Data.FirebirdClient.FbException: Error reading data from the connection. ---> Error reading data from the connection.
  8.   --- Konec trasování zásobníku pro vnitřní výjimku ---
  9.   v FirebirdSql.Data.FirebirdClient.FbTransaction.BeginTransaction()
  10.   v FirebirdSql.Data.FirebirdClient.FbCommand.Prepare(Boolean returnsSet)
  11.   v FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteCommand(CommandBehavior behavior, Boolean returnsSet)
  12.   v FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior behavior)
  13.   v FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteDbDataReader(CommandBehavior behavior)
  14.   v System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
  15.   v DevExpress.Xpo.DB.ConnectionProviderSql.<>c__DisplayClass6.<InternalGetData>b__4()
  16.   v DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  17.   v DevExpress.Xpo.DB.ConnectionProviderSql.InternalGetData(IDbCommand command, CriteriaOperatorCollection targets, Int32 skipClause, Int32 topClause, Boolean includeMetadata)
  18.   v 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.
  19.    --- Konec trasování zásobníku pro vnitřní výjimku ---
  20.    v FirebirdSql.Data.FirebirdClient.FbTransaction.BeginTransaction()
  21.    v FirebirdSql.Data.FirebirdClient.FbCommand.Prepare(Boolean returnsSet)
  22.    v FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteCommand(CommandBehavior behavior, Boolean returnsSet)
  23.    v FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior behavior)
  24.    v FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteDbDataReader(CommandBehavior behavior)
  25.    v System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
  26.    v DevExpress.Xpo.DB.ConnectionProviderSql.<>c__DisplayClass6.<InternalGetData>b__4()
  27.    v DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  28.    v DevExpress.Xpo.DB.ConnectionProviderSql.InternalGetData(IDbCommand command, CriteriaOperatorCollection targets, Int32 skipClause, Int32 topClause, Boolean includeMetadata)
  29.    v DevExpress.Xpo.DB.ConnectionProviderSql.SelectDataSimple(Query query, CriteriaOperatorCollection targets, Boolean includeMetadata)
  30.    --- Konec trasování zásobníku pro vnitřní výjimku ---
  31.    v DevExpress.Xpo.DB.ConnectionProviderSql.SelectDataSimple(Query query, CriteriaOperatorCollection targets, Boolean includeMetadata)
  32.    v DevExpress.Xpo.DB.ConnectionProviderSql.SelectData(Query query, CriteriaOperatorCollection targets)
  33.    v DevExpress.Xpo.DB.ConnectionProviderSql.ProcessSelectData(SelectStatement selects)
  34.    v DevExpress.Xpo.DB.DataStoreBase.ProcessSelectData(SelectStatement[] selects)
  35.    v DevExpress.Xpo.DB.DataStoreSerializedBase.SelectData(SelectStatement[] selects)
  36.    v DevExpress.Xpo.DB.ConnectionProviderSql.SelectData(SelectStatement[] selects)
  37.    v DevExpress.Xpo.SimpleDataLayer.SelectData(SelectStatement[] selects)
  38.    v DevExpress.Xpo.SimpleObjectLayer.SelectData(Session session, ObjectsQuery query, CriteriaOperatorCollection properties, CriteriaOperatorCollection groupProperties, CriteriaOperator groupCriteria)
  39.    v DevExpress.Xpo.Session.SelectDataInternal(XPClassInfo classInfo, CriteriaOperatorCollection properties, CriteriaOperator criteria, CriteriaOperatorCollection groupProperties, CriteriaOperator groupCriteria, Boolean selectDeleted, Int32 skipSelectedRecords, Int32 topSelectedRecords, SortingCollection sorting)
  40.    v DevExpress.Xpo.Session.<>c__DisplayClass2.<SelectData>b__0()
  41.    v DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  42.    v DevExpress.Xpo.Session.SelectData(XPClassInfo classInfo, CriteriaOperatorCollection properties, CriteriaOperator criteria, CriteriaOperatorCollection groupProperties, CriteriaOperator groupCriteria, Boolean selectDeleted, Int32 skipSelectedRecords, Int32 topSelectedRecords, SortingCollection sorting)
  43.    v DevExpress.Xpo.Session.<>c__DisplayClassa.<Evaluate>b__8()
  44.    v DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  45.    v DevExpress.Xpo.Session.Evaluate(XPClassInfo classInfo, CriteriaOperator expression, CriteriaOperator criteria, Boolean inTransaction)
  46.    v DevExpress.Xpo.Session.Evaluate(Type objectType, CriteriaOperator expression, CriteriaOperator criteria)
  47.    v Elite.Objects.ObjectsHelpers.Count[T](Session Session, CriteriaOperator criteria)
  48.    v Elite.BussinesLogic.Logic.GetPocetAdminUzivatelu()
  49.    v Elite.Gui.EliteApplication.DoLogin()
  50.    v Elite.Gui.Program.Main()
Advertisement
Add Comment
Please, Sign In to add comment