eliteapp

Note 7. září 2012:8:27

Sep 7th, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 4.47 KB | None | 0 0
  1. //Verze 2.2012.164.0
  2. //PC201103
  3. //Windows 7 x86 v6.1.7600
  4. //7.9.2012 8:27:22
  5.  
  6. DevExpress.Xpo.DB.Exceptions.SqlExecutionErrorException: Spuštění SQL příkazu 'select RDB$RELATION_NAME, RDB$VIEW_BLR from RDB$RELATIONS where RDB$RELATION_NAME in (?) and RDB$SYSTEM_FLAG = 0' s parametry '{Atc}' vyvolalo výjimku 'FirebirdSql.Data.FirebirdClient.FbException: Error reading data from the connection. ---> Error reading data from the connection.
  7.   --- Konec trasování zásobníku pro vnitřní výjimku ---
  8.   v FirebirdSql.Data.FirebirdClient.FbTransaction.Commit()
  9.   v FirebirdSql.Data.FirebirdClient.FbCommand.CommitImplicitTransaction()
  10.   v FirebirdSql.Data.FirebirdClient.FbCommand.DiscardImplicitTransaction()
  11.   v FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior behavior)
  12.   v FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteDbDataReader(CommandBehavior behavior)
  13.   v System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
  14.   v DevExpress.Xpo.DB.ConnectionProviderSql.<>c__DisplayClass6.<InternalGetData>b__4()
  15.   v DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  16.   v DevExpress.Xpo.DB.ConnectionProviderSql.InternalGetData(IDbCommand command, CriteriaOperatorCollection targets, Int32 skipClause, Int32 topClause)
  17.   v DevExpress.Xpo.DB.ConnectionProviderSql.SelectDataSimple(Query query, CriteriaOperatorCollection targets)' ---> FirebirdSql.Data.FirebirdClient.FbException: Error reading data from the connection. ---> Error reading data from the connection.
  18.    --- Konec trasování zásobníku pro vnitřní výjimku ---
  19.    v FirebirdSql.Data.FirebirdClient.FbTransaction.Commit()
  20.    v FirebirdSql.Data.FirebirdClient.FbCommand.CommitImplicitTransaction()
  21.    v FirebirdSql.Data.FirebirdClient.FbCommand.DiscardImplicitTransaction()
  22.    v FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior behavior)
  23.    v FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteDbDataReader(CommandBehavior behavior)
  24.    v System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
  25.    v DevExpress.Xpo.DB.ConnectionProviderSql.<>c__DisplayClass6.<InternalGetData>b__4()
  26.    v DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  27.    v DevExpress.Xpo.DB.ConnectionProviderSql.InternalGetData(IDbCommand command, CriteriaOperatorCollection targets, Int32 skipClause, Int32 topClause)
  28.    v DevExpress.Xpo.DB.ConnectionProviderSql.SelectDataSimple(Query query, CriteriaOperatorCollection targets)
  29.    --- Konec trasování zásobníku pro vnitřní výjimku ---
  30.    v DevExpress.Xpo.DB.ConnectionProviderSql.SelectDataSimple(Query query, CriteriaOperatorCollection targets)
  31.    v DevExpress.Xpo.DB.ConnectionProviderSql.SelectData(Query query, CriteriaOperatorCollection targets)
  32.    v DevExpress.Xpo.DB.ConnectionProviderSql.SelectData(Query query)
  33.    v DevExpress.Xpo.DB.FirebirdConnectionProvider.GetDataForTables(ICollection tables, TablesFilter filter, String queryText)
  34.    v DevExpress.Xpo.DB.FirebirdConnectionProvider.CollectTablesToCreate(ICollection tables)
  35.    v DevExpress.Xpo.DB.ConnectionProviderSql.ProcessUpdateSchema(Boolean skipIfFirstTableNotExists, DBTable[] tables)
  36.    v DevExpress.Xpo.DB.DataStoreSerializedBase.UpdateSchema(Boolean dontCreateIfFirstTableNotExist, DBTable[] tables)
  37.    v DevExpress.Xpo.DB.ConnectionProviderSql.UpdateSchema(Boolean dontCreateIfFirstTableNotExist, DBTable[] tables)
  38.    v DevExpress.Xpo.SimpleDataLayer.UpdateSchema(Boolean dontCreate, XPClassInfo[] types)
  39.    v DevExpress.Xpo.SimpleObjectLayer.UpdateSchema(Boolean dontCreateIfFirstTableNotExist, XPClassInfo[] types)
  40.    v DevExpress.Xpo.Session.UpdateSchema(Boolean dontCreateIfFirstTableNotExist, XPClassInfo[] types)
  41.    v DevExpress.Xpo.Session.<>c__DisplayClassa.<Evaluate>b__8()
  42.    v DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  43.    v DevExpress.Xpo.Session.Evaluate(XPClassInfo classInfo, CriteriaOperator expression, CriteriaOperator criteria, Boolean inTransaction)
  44.    v DevExpress.Xpo.Session.Evaluate(Type objectType, CriteriaOperator expression, CriteriaOperator criteria)
  45.    v Elite.Objects.ObjectsHelpers.Count[T](Session Session)
  46.    v Elite.Exchange.Import.InitObjects.FillData(Session session, String wrkDirectory, String tempDirectory)
  47.    v Elite.Gui.EliteApplication.Initialize()
  48.    v Elite.Gui.Program.Main()
Advertisement
Add Comment
Please, Sign In to add comment