eliteapp

Note 18. září 2012:13:08

Sep 18th, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 3.19 KB | None | 0 0
  1. //Verze 2.2012.165.2
  2. //PC201103
  3. //Windows 7 x86 v6.1.7600
  4. //18.9.2012 13:08:43
  5.  
  6. DevExpress.Xpo.DB.Exceptions.SchemaCorrectionNeededException: Schéma vyžaduje aktualizaci. Kontaktujte svého systémového administrátora. SQL text:  ---> FirebirdSql.Data.FirebirdClient.FbException: Dynamic SQL Error
  7. SQL error code = -104
  8. Unexpected end of command - line 1, column 29 ---> Dynamic SQL Error
  9. SQL error code = -104
  10. Unexpected end of command - line 1, column 29
  11.    --- Konec trasování zásobníku pro vnitřní výjimku ---
  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)
  19.    --- Konec trasování zásobníku pro vnitřní výjimku ---
  20.    v DevExpress.Xpo.DB.ConnectionProviderSql.SelectDataSimple(Query query, CriteriaOperatorCollection targets, Boolean includeMetadata)
  21.    v DevExpress.Xpo.DB.ConnectionProviderSql.SelectData(Query query, CriteriaOperatorCollection targets)
  22.    v DevExpress.Xpo.DB.ConnectionProviderSql.SelectData(Query query)
  23.    v DevExpress.Xpo.DB.FirebirdConnectionProvider.GetIndexes(DBTable table)
  24.    v DevExpress.Xpo.DB.FirebirdConnectionProvider.GetTableSchema(DBTable table, Boolean checkIndexes, Boolean checkForeignKeys)
  25.    v DevExpress.Xpo.DB.ConnectionProviderSql.ProcessUpdateSchema(Boolean skipIfFirstTableNotExists, DBTable[] tables)
  26.    v DevExpress.Xpo.DB.DataStoreSerializedBase.UpdateSchema(Boolean dontCreateIfFirstTableNotExist, DBTable[] tables)
  27.    v DevExpress.Xpo.DB.ConnectionProviderSql.UpdateSchema(Boolean dontCreateIfFirstTableNotExist, DBTable[] tables)
  28.    v DevExpress.Xpo.SimpleDataLayer.UpdateSchema(Boolean dontCreate, XPClassInfo[] types)
  29.    v DevExpress.Xpo.SimpleObjectLayer.UpdateSchema(Boolean dontCreateIfFirstTableNotExist, XPClassInfo[] types)
  30.    v DevExpress.Xpo.Session.UpdateSchema(Boolean dontCreateIfFirstTableNotExist, XPClassInfo[] types)
  31.    v DevExpress.Xpo.Session.<>c__DisplayClassa.<Evaluate>b__8()
  32.    v DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  33.    v DevExpress.Xpo.Session.Evaluate(XPClassInfo classInfo, CriteriaOperator expression, CriteriaOperator criteria, Boolean inTransaction)
  34.    v DevExpress.Xpo.Session.Evaluate(Type objectType, CriteriaOperator expression, CriteriaOperator criteria)
  35.    v Elite.Objects.ObjectsHelpers.Count[T](Session Session)
  36.    v Elite.Exchange.Import.InitObjects.FillData(Session session, String wrkDirectory, String tempDirectory)
  37.    v Elite.Gui.EliteApplication.Initialize()
  38.    v Elite.Gui.Program.Main()
Advertisement
Add Comment
Please, Sign In to add comment