eliteapp

PWQIOPPP

Dec 4th, 2012
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 4.48 KB | None | 0 0
  1. //Verze 2.2012.166.26
  2. //PC
  3. //Windows 7 x64 Service Pack 1 v6.1.7601
  4. //4.12.2012 16:09:59
  5.  
  6. DevExpress.Xpo.DB.Exceptions.SqlExecutionErrorException: Spuštění SQL příkazu 'insert into "Recept"("Creator","Created","Modifier","Modified","Datum","Pracovnik","Pracoviste","Pacient","Pojistovna","Diagnoza","Kod","Mnozstvi","Signatura","CenaPojistovna","CenaPacient","Text","Samostatne","Nezamenovat","Tisk","OptimisticLockField","GCRecord","OID")values(@p0,@p1,null,null,@p2,@p3,@p4,@p5,@p6,null,@p7,@p8,@s9_109,@p10,@p11,@s12_25,@p13,@p14,@p15,@p16,null,@seq)' s parametry '{1},{4.12.2012 16:09:53},{4.12.2012 0:00:00},{1},{1},{1896},{1},{74311},{1},{3 týdny o sobě 1.čtyři dny v týdnu 1 kapsle denně,dál 1.týden v ...},{262,62},{248,33},{RIBOMUNYL
  7. POR TBL NOB 20},{0},{0},{0},{1},{9591}' vyvolalo výjimku 'FirebirdSql.Data.FirebirdClient.FbException: arithmetic exception, numeric overflow, or string truncation
  8. string right truncation ---> arithmetic exception, numeric overflow, or string truncation
  9. string right truncation
  10.   --- Konec trasování zásobníku pro vnitřní výjimku ---
  11.   v FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteNonQuery()
  12.   v DevExpress.Xpo.DB.ConnectionProviderSql.<>c__DisplayClass2.<InternalExecSql>b__0()
  13.   v DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  14.   v DevExpress.Xpo.DB.ConnectionProviderSql.InternalExecSql(IDbCommand command)
  15.   v DevExpress.Xpo.DB.ConnectionProviderSql.ExecSql(Query query)' ---> FirebirdSql.Data.FirebirdClient.FbException: arithmetic exception, numeric overflow, or string truncation
  16. string right truncation ---> arithmetic exception, numeric overflow, or string truncation
  17. string right truncation
  18.    --- Konec trasování zásobníku pro vnitřní výjimku ---
  19.    v FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteNonQuery()
  20.    v DevExpress.Xpo.DB.ConnectionProviderSql.<>c__DisplayClass2.<InternalExecSql>b__0()
  21.    v DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  22.    v DevExpress.Xpo.DB.ConnectionProviderSql.InternalExecSql(IDbCommand command)
  23.    v DevExpress.Xpo.DB.ConnectionProviderSql.ExecSql(Query query)
  24.    --- Konec trasování zásobníku pro vnitřní výjimku ---
  25.    v DevExpress.Xpo.DB.ConnectionProviderSql.ExecSql(Query query)
  26.    v DevExpress.Xpo.DB.FirebirdConnectionProvider.GetIdentity(InsertStatement root, TaggedParametersHolder identitiesByTag)
  27.    v DevExpress.Xpo.DB.ConnectionProviderSql.DoInsertRecord(InsertStatement root, TaggedParametersHolder identities)
  28.    v DevExpress.Xpo.DB.ConnectionProviderSql.UpdateRecord(ModificationStatement root, TaggedParametersHolder identities)
  29.    v DevExpress.Xpo.DB.ConnectionProviderSql.ProcessModifyData(ModificationStatement[] dmlStatements)
  30.    v DevExpress.Xpo.DB.DataStoreSerializedBase.ModifyData(ModificationStatement[] dmlStatements)
  31.    v DevExpress.Xpo.DB.ConnectionProviderSql.ModifyData(ModificationStatement[] dmlStatements)
  32.    v DevExpress.Xpo.SimpleDataLayer.ModifyData(ModificationStatement[] dmlStatements)
  33.    v DevExpress.Xpo.SimpleObjectLayer.CommitChanges(Session session, ICollection fullListForDelete, ICollection completeListForSave)
  34.    v DevExpress.Xpo.Session.FlushChangesInsideTransaction()
  35.    v DevExpress.Xpo.Session.FlushChanges()
  36.    v DevExpress.Xpo.Session.<CommitTransaction>b__55()
  37.    v DevExpress.Xpo.Logger.LogManager.Log(String category, LogHandlerVoid handler, MessageHandler`1 createMessageHandler, ExceptionHandler exceptionHandler)
  38.    v DevExpress.Xpo.Session.CommitTransaction()
  39.    v DevExpress.Xpo.UnitOfWork.CommitChanges()
  40.    v Elite.Gui.Controls.EditControl.DoSave()
  41.    v Elite.Gui.Controls.EditControl.SaveTest()
  42.    v Elite.Gui.Controls.EditControl.DoSaveTest()
  43.    v Elite.Gui.Controls.EditControl.ControlClosing(FormClosingEventArgs e)
  44.    v Elite.Gui.Controls.BaseControl.ParentForm_FormClosing(Object sender, FormClosingEventArgs e)
  45.    v System.Windows.Forms.FormClosingEventHandler.Invoke(Object sender, FormClosingEventArgs e)
  46.    v System.Windows.Forms.Form.OnFormClosing(FormClosingEventArgs e)
  47.    v System.Windows.Forms.Form.WmClose(Message& m)
  48.    v System.Windows.Forms.Form.WndProc(Message& m)
  49.    v DevExpress.XtraEditors.XtraForm.WndProc(Message& msg)
  50.    v System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  51.    v System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  52.    v System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Advertisement
Add Comment
Please, Sign In to add comment