eliteapp

TIQQOPPP

Mar 8th, 2012
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 4.99 KB | None | 0 0
  1. //Verze 2.2012.158.0
  2. //PC
  3. //Windows 7 x86 Service Pack 1 v6.1.7601
  4. //8.3.2012 19:04:56
  5.  
  6. DevExpress.Xpo.DB.Exceptions.SqlExecutionErrorException: Spuštění SQL příkazu 'select RDB$INDICES.RDB$INDEX_NAME, RDB$INDEX_SEGMENTS.RDB$FIELD_NAME, RDB$INDEX_SEGMENTS.RDB$FIELD_POSITION from RDB$INDICES join RDB$INDEX_SEGMENTS on RDB$INDEX_SEGMENTS.RDB$INDEX_NAME = RDB$INDICES.RDB$INDEX_NAME where RDB$INDICES.RDB$RELATION_NAME = 'PacientPolozka' and RDB$INDICES.RDB$FOREIGN_KEY is NULL order by RDB$INDICES.RDB$INDEX_NAME, RDB$INDEX_SEGMENTS.RDB$FIELD_POSITION' s parametry '' vyvolalo výjimku 'FirebirdSql.Data.FirebirdClient.FbException: arithmetic exception, numeric overflow, or string truncation
  7. Cannot transliterate character between character sets ---> arithmetic exception, numeric overflow, or string truncation
  8. Cannot transliterate character between character sets
  9.   --- Konec trasování zásobníku pro vnitřní výjimku ---
  10.   v FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior behavior)
  11.   v FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteDbDataReader(CommandBehavior behavior)
  12.   v System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
  13.   v DevExpress.Xpo.DB.ConnectionProviderSql.<>c__DisplayClass6.<InternalGetData>b__4()
  14.   v DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  15.   v DevExpress.Xpo.DB.ConnectionProviderSql.InternalGetData(IDbCommand command, CriteriaOperatorCollection targets, Int32 skipClause, Int32 topClause)
  16.   v DevExpress.Xpo.DB.ConnectionProviderSql.SelectDataSimple(Query query, CriteriaOperatorCollection targets)' ---> FirebirdSql.Data.FirebirdClient.FbException: arithmetic exception, numeric overflow, or string truncation
  17. Cannot transliterate character between character sets ---> arithmetic exception, numeric overflow, or string truncation
  18. Cannot transliterate character between character sets
  19.    --- Konec trasování zásobníku pro vnitřní výjimku ---
  20.    v FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior behavior)
  21.    v FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteDbDataReader(CommandBehavior behavior)
  22.    v System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
  23.    v DevExpress.Xpo.DB.ConnectionProviderSql.<>c__DisplayClass6.<InternalGetData>b__4()
  24.    v DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  25.    v DevExpress.Xpo.DB.ConnectionProviderSql.InternalGetData(IDbCommand command, CriteriaOperatorCollection targets, Int32 skipClause, Int32 topClause)
  26.    v DevExpress.Xpo.DB.ConnectionProviderSql.SelectDataSimple(Query query, CriteriaOperatorCollection targets)
  27.    --- Konec trasování zásobníku pro vnitřní výjimku ---
  28.    v DevExpress.Xpo.DB.ConnectionProviderSql.SelectDataSimple(Query query, CriteriaOperatorCollection targets)
  29.    v DevExpress.Xpo.DB.ConnectionProviderSql.SelectData(Query query, CriteriaOperatorCollection targets)
  30.    v DevExpress.Xpo.DB.ConnectionProviderSql.SelectData(Query query)
  31.    v DevExpress.Xpo.DB.FirebirdConnectionProvider.GetIndexes(DBTable table)
  32.    v DevExpress.Xpo.DB.FirebirdConnectionProvider.GetTableSchema(DBTable table, Boolean checkIndexes, Boolean checkForeignKeys)
  33.    v DevExpress.Xpo.DB.ConnectionProviderSql.ProcessUpdateSchema(Boolean skipIfFirstTableNotExists, DBTable[] tables)
  34.    v DevExpress.Xpo.DB.DataStoreSerializedBase.UpdateSchema(Boolean dontCreateIfFirstTableNotExist, DBTable[] tables)
  35.    v DevExpress.Xpo.DB.ConnectionProviderSql.UpdateSchema(Boolean dontCreateIfFirstTableNotExist, DBTable[] tables)
  36.    v DevExpress.Xpo.SimpleDataLayer.UpdateSchema(Boolean dontCreate, XPClassInfo[] types)
  37.    v DevExpress.Xpo.SimpleObjectLayer.UpdateSchema(Boolean dontCreateIfFirstTableNotExist, XPClassInfo[] types)
  38.    v DevExpress.Xpo.Session.UpdateSchema(Boolean dontCreateIfFirstTableNotExist, XPClassInfo[] types)
  39.    v DevExpress.Xpo.Helpers.ObjectCollectionLoader.PrepareLoadObjects(ObjectsQuery[] queries)
  40.    v DevExpress.Xpo.Helpers.ObjectCollectionLoader.LoadObjects(ObjectsQuery[] queries)
  41.    v DevExpress.Xpo.SimpleObjectLayer.LoadObjects(Session session, ObjectsQuery[] queries)
  42.    v DevExpress.Xpo.Session.GetObjectsInternal(ObjectsQuery[] queries)
  43.    v DevExpress.Xpo.Session.<>c__DisplayClasse.<GetObjects>b__c()
  44.    v DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  45.    v DevExpress.Xpo.Session.GetObjects(ObjectsQuery[] queries)
  46.    v DevExpress.Xpo.Session.GetObjects(ObjectsQuery query)
  47.    v DevExpress.Xpo.XPBaseCollection.Load()
  48.    v DevExpress.Xpo.XPBaseCollection.get_Objects()
  49.    v DevExpress.Xpo.XPBaseCollection.System.Collections.IEnumerable.GetEnumerator()
  50.    v DevExpress.Xpo.XPCollection`1.<System.Collections.Generic.IEnumerable<T>.GetEnumerator>d__0.MoveNext()
  51.    v Elite.Gui.EliteApplication.RunOpravaZUMDeleted()
  52.    v Elite.Gui.EliteApplication.RunOpravy()
  53.    v Elite.Gui.Program.Main()
Advertisement
Add Comment
Please, Sign In to add comment