eliteapp

TWWWIPPP

Mar 29th, 2012
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 3.45 KB | None | 0 0
  1. //Verze 2.2012.162.0
  2. //PC201103
  3. //Windows 7 x86 v6.1.7600
  4. //29.3.2012 7:31:54
  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. Token unknown - line 1, column 29
  9. ---> Dynamic SQL Error
  10. SQL error code = -104
  11. Token unknown - line 1, column 29
  12.    --- Konec trasování zásobníku pro vnitřní výjimku ---
  13.    v FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior behavior)
  14.    v FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteDbDataReader(CommandBehavior behavior)
  15.    v System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
  16.    v DevExpress.Xpo.DB.ConnectionProviderSql.<>c__DisplayClass6.<InternalGetData>b__4()
  17.    v DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  18.    v DevExpress.Xpo.DB.ConnectionProviderSql.InternalGetData(IDbCommand command, CriteriaOperatorCollection targets, Int32 skipClause, Int32 topClause)
  19.    v DevExpress.Xpo.DB.ConnectionProviderSql.SelectDataSimple(Query query, CriteriaOperatorCollection targets)
  20.    --- Konec trasování zásobníku pro vnitřní výjimku ---
  21.    v DevExpress.Xpo.DB.ConnectionProviderSql.SelectDataSimple(Query query, CriteriaOperatorCollection targets)
  22.    v DevExpress.Xpo.DB.ConnectionProviderSql.SelectData(Query query, CriteriaOperatorCollection targets)
  23.    v DevExpress.Xpo.DB.ConnectionProviderSql.SelectData(Query query)
  24.    v DevExpress.Xpo.DB.FirebirdConnectionProvider.GetIndexes(DBTable table)
  25.    v DevExpress.Xpo.DB.FirebirdConnectionProvider.GetTableSchema(DBTable table, Boolean checkIndexes, Boolean checkForeignKeys)
  26.    v DevExpress.Xpo.DB.ConnectionProviderSql.ProcessUpdateSchema(Boolean skipIfFirstTableNotExists, DBTable[] tables)
  27.    v DevExpress.Xpo.DB.DataStoreSerializedBase.UpdateSchema(Boolean dontCreateIfFirstTableNotExist, DBTable[] tables)
  28.    v DevExpress.Xpo.DB.ConnectionProviderSql.UpdateSchema(Boolean dontCreateIfFirstTableNotExist, DBTable[] tables)
  29.    v DevExpress.Xpo.SimpleDataLayer.UpdateSchema(Boolean dontCreate, XPClassInfo[] types)
  30.    v DevExpress.Xpo.SimpleObjectLayer.UpdateSchema(Boolean dontCreateIfFirstTableNotExist, XPClassInfo[] types)
  31.    v DevExpress.Xpo.Session.UpdateSchema(Boolean dontCreateIfFirstTableNotExist, XPClassInfo[] types)
  32.    v DevExpress.Xpo.Helpers.ObjectCollectionLoader.PrepareLoadObjects(ObjectsQuery[] queries)
  33.    v DevExpress.Xpo.Helpers.ObjectCollectionLoader.LoadObjects(ObjectsQuery[] queries)
  34.    v DevExpress.Xpo.SimpleObjectLayer.LoadObjects(Session session, ObjectsQuery[] queries)
  35.    v DevExpress.Xpo.Session.GetObjectsInternal(ObjectsQuery[] queries)
  36.    v DevExpress.Xpo.Session.<>c__DisplayClasse.<GetObjects>b__c()
  37.    v DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  38.    v DevExpress.Xpo.Session.GetObjects(ObjectsQuery[] queries)
  39.    v DevExpress.Xpo.Session.GetObjects(ObjectsQuery query)
  40.    v DevExpress.Xpo.XPBaseCollection.Load()
  41.    v DevExpress.Xpo.XPBaseCollection.get_Objects()
  42.    v DevExpress.Xpo.XPBaseCollection.System.Collections.IEnumerable.GetEnumerator()
  43.    v DevExpress.Xpo.XPCollection`1.<System.Collections.Generic.IEnumerable<T>.GetEnumerator>d__0.MoveNext()
  44.    v Elite.Gui.EliteApplication.RunOpravaZUMDeleted()
  45.    v Elite.Gui.Program.Main()
Advertisement
Add Comment
Please, Sign In to add comment