eliteapp

RWETWPPP

Nov 15th, 2012
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 4.82 KB | None | 0 0
  1. //Verze 2.2012.166.0
  2. //SERVER
  3. //Windows XP Home Edition Service Pack 3 v5.1.2600
  4. //15.11.2012 13:51:24
  5.  
  6. DevExpress.Xpo.DB.Exceptions.SqlExecutionErrorException: Spuštění SQL příkazu 'insert into "PacientAdresa"("Creator","Created","Modifier","Modified","Ulice","Mesto","Psc","Okres","Pacient","OptimisticLockField","GCRecord","OID")values(@p0,@p1,null,null,@s2_23,@s3_7,@s4_5,@s5_256,@p6,@p7,null,@seq)' s parametry '{2},{15.11.2012 13:51:21},{Břevnov U Voj.Nemocnice},{Praha 6},{11006},{,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,...},{11477},{4},{5140}' vyvolalo výjimku 'FirebirdSql.Data.FirebirdClient.FbException: arithmetic exception, numeric overflow, or string truncation
  7. string right truncation ---> arithmetic exception, numeric overflow, or string truncation
  8. string right truncation
  9.   --- End of inner exception stack trace ---
  10.   at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteNonQuery()
  11.   at DevExpress.Xpo.DB.ConnectionProviderSql.<>c__DisplayClass2.<InternalExecSql>b__0()
  12.   at DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  13.   at DevExpress.Xpo.DB.ConnectionProviderSql.InternalExecSql(IDbCommand command)
  14.   at DevExpress.Xpo.DB.ConnectionProviderSql.ExecSql(Query query)' ---> FirebirdSql.Data.FirebirdClient.FbException: arithmetic exception, numeric overflow, or string truncation
  15. string right truncation ---> arithmetic exception, numeric overflow, or string truncation
  16. string right truncation
  17.    --- End of inner exception stack trace ---
  18.    at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteNonQuery()
  19.    at DevExpress.Xpo.DB.ConnectionProviderSql.<>c__DisplayClass2.<InternalExecSql>b__0()
  20.    at DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  21.    at DevExpress.Xpo.DB.ConnectionProviderSql.InternalExecSql(IDbCommand command)
  22.    at DevExpress.Xpo.DB.ConnectionProviderSql.ExecSql(Query query)
  23.    --- End of inner exception stack trace ---
  24.    at DevExpress.Xpo.DB.ConnectionProviderSql.ExecSql(Query query)
  25.    at DevExpress.Xpo.DB.FirebirdConnectionProvider.GetIdentity(InsertStatement root, TaggedParametersHolder identitiesByTag)
  26.    at DevExpress.Xpo.DB.ConnectionProviderSql.DoInsertRecord(InsertStatement root, TaggedParametersHolder identities)
  27.    at DevExpress.Xpo.DB.ConnectionProviderSql.UpdateRecord(ModificationStatement root, TaggedParametersHolder identities)
  28.    at DevExpress.Xpo.DB.ConnectionProviderSql.ProcessModifyData(ModificationStatement[] dmlStatements)
  29.    at DevExpress.Xpo.DB.DataStoreSerializedBase.ModifyData(ModificationStatement[] dmlStatements)
  30.    at DevExpress.Xpo.DB.ConnectionProviderSql.ModifyData(ModificationStatement[] dmlStatements)
  31.    at DevExpress.Xpo.SimpleDataLayer.ModifyData(ModificationStatement[] dmlStatements)
  32.    at DevExpress.Xpo.SimpleObjectLayer.CommitChanges(Session session, ICollection fullListForDelete, ICollection completeListForSave)
  33.    at DevExpress.Xpo.Session.FlushChangesInsideTransaction()
  34.    at DevExpress.Xpo.Session.FlushChanges()
  35.    at DevExpress.Xpo.Session.<CommitTransaction>b__55()
  36.    at DevExpress.Xpo.Logger.LogManager.Log(String category, LogHandlerVoid handler, MessageHandler`1 createMessageHandler, ExceptionHandler exceptionHandler)
  37.    at DevExpress.Xpo.Session.CommitTransaction()
  38.    at DevExpress.Xpo.UnitOfWork.CommitChanges()
  39.    at Elite.Gui.Controls.EditControl.DoSave()
  40.    at Elite.Gui.Controls.PacientEditControl.DoSave()
  41.    at Elite.Gui.Controls.EditControl.SaveTest()
  42.    at Elite.Gui.Controls.EditControl.ActionZavrit()
  43.    at Elite.Gui.Controls.EditControl.bbZavrit_ItemClick(Object sender, ItemClickEventArgs e)
  44.    at DevExpress.XtraBars.BarItem.OnClick(BarItemLink link)
  45.    at DevExpress.XtraBars.BarBaseButtonItem.OnClick(BarItemLink link)
  46.    at DevExpress.XtraBars.BarItemLink.OnLinkClick()
  47.    at DevExpress.XtraBars.BarItemLink.OnLinkAction(BarLinkAction action, Object actionArgs)
  48.    at DevExpress.XtraBars.BarButtonItemLink.OnLinkAction(BarLinkAction action, Object actionArgs)
  49.    at DevExpress.XtraBars.BarItemLink.OnLinkActionCore(BarLinkAction action, Object actionArgs)
  50.    at DevExpress.XtraBars.ViewInfo.BarSelectionInfo.ClickLink(BarItemLink link)
  51.    at DevExpress.XtraBars.ViewInfo.BarSelectionInfo.UnPressLink(BarItemLink link)
  52.    at DevExpress.XtraBars.Controls.CustomLinksControl.OnMouseUp(MouseEventArgs e)
  53.    at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  54.    at System.Windows.Forms.Control.WndProc(Message& m)
  55.    at DevExpress.XtraBars.Controls.DockedBarControl.WndProc(Message& msg)
  56.    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  57.    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  58.    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Advertisement
Add Comment
Please, Sign In to add comment