Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Verze 2.2012.164.0
- //PC201103
- //Windows 7 x86 v6.1.7600
- //26.6.2012 9:53:34
- DevExpress.Xpo.DB.Exceptions.SqlExecutionErrorException: Spuštění SQL příkazu 'select N0."OID",N0."Creator",N0."Created",N0."Modifier",N0."Modified",N0."Ulice",N0."Mesto",N0."Psc",N0."Okres",N0."Nazev",N0."Povolani",N0."Pacient",N0."PlatnostOd",N0."PlatnostDo",N0."OptimisticLockField",N0."GCRecord" from "PacientZamestnavatel" N0
- where (N0."GCRecord" is null and (N0."Pacient" = @p0))' s parametry '{1201}' vyvolalo výjimku 'System.InvalidOperationException: Execute requires the Command object to have a Transaction object when the Connection object assigned to the command is in a pending local transaction. The Transaction property of the Command has not been initialized.
- v FirebirdSql.Data.FirebirdClient.FbCommand.CheckCommand()
- v FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior behavior)
- v FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteDbDataReader(CommandBehavior behavior)
- v System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
- v DevExpress.Xpo.DB.ConnectionProviderSql.<>c__DisplayClass6.<InternalGetData>b__4()
- v DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
- v DevExpress.Xpo.DB.ConnectionProviderSql.InternalGetData(IDbCommand command, CriteriaOperatorCollection targets, Int32 skipClause, Int32 topClause)
- v DevExpress.Xpo.DB.ConnectionProviderSql.SelectDataSimple(Query query, CriteriaOperatorCollection targets)' ---> System.InvalidOperationException: Execute requires the Command object to have a Transaction object when the Connection object assigned to the command is in a pending local transaction. The Transaction property of the Command has not been initialized.
- v FirebirdSql.Data.FirebirdClient.FbCommand.CheckCommand()
- v FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior behavior)
- v FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteDbDataReader(CommandBehavior behavior)
- v System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
- v DevExpress.Xpo.DB.ConnectionProviderSql.<>c__DisplayClass6.<InternalGetData>b__4()
- v DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
- v DevExpress.Xpo.DB.ConnectionProviderSql.InternalGetData(IDbCommand command, CriteriaOperatorCollection targets, Int32 skipClause, Int32 topClause)
- v DevExpress.Xpo.DB.ConnectionProviderSql.SelectDataSimple(Query query, CriteriaOperatorCollection targets)
- --- Konec trasování zásobníku pro vnitřní výjimku ---
- v DevExpress.Xpo.DB.ConnectionProviderSql.SelectDataSimple(Query query, CriteriaOperatorCollection targets)
- v DevExpress.Xpo.DB.ConnectionProviderSql.SelectData(Query query, CriteriaOperatorCollection targets)
- v DevExpress.Xpo.DB.ConnectionProviderSql.ProcessSelectData(SelectStatement selects)
- v DevExpress.Xpo.DB.DataStoreBase.ProcessSelectData(SelectStatement[] selects)
- v DevExpress.Xpo.DB.DataStoreSerializedBase.SelectData(SelectStatement[] selects)
- v DevExpress.Xpo.DB.ConnectionProviderSql.SelectData(SelectStatement[] selects)
- v DevExpress.Xpo.SimpleDataLayer.SelectData(SelectStatement[] selects)
- v DevExpress.Xpo.Helpers.ObjectCollectionLoader.InternalLoadData(ObjectsQuery[] queries)
- v DevExpress.Xpo.Helpers.ObjectCollectionLoader.LoadObjects(ObjectsQuery[] queries)
- v DevExpress.Xpo.SimpleObjectLayer.LoadObjects(Session session, ObjectsQuery[] queries)
- v DevExpress.Xpo.Session.GetObjectsInternal(ObjectsQuery[] queries)
- v DevExpress.Xpo.Session.<>c__DisplayClasse.<GetObjects>b__c()
- v DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
- v DevExpress.Xpo.Session.GetObjects(ObjectsQuery[] queries)
- v DevExpress.Xpo.Session.GetObjects(ObjectsQuery query)
- v DevExpress.Xpo.XPBaseCollection.Load()
- v DevExpress.Xpo.XPBaseCollection.get_Objects()
- v DevExpress.Xpo.XPBaseCollection.get_Count()
- v System.Windows.Forms.CurrencyManager.get_Count()
- v System.Windows.Forms.RelatedCurrencyManager.ParentManager_CurrentItemChanged(Object sender, EventArgs e)
- v System.EventHandler.Invoke(Object sender, EventArgs e)
- v System.Windows.Forms.CurrencyManager.OnCurrentItemChanged(EventArgs e)
- v System.Windows.Forms.CurrencyManager.List_ListChanged(Object sender, ListChangedEventArgs e)
- v DevExpress.Xpo.XPBaseCollection.OnListChanged(ListChangedType changeType, Int32 newIndex, Int32 oldIndex)
- v DevExpress.Xpo.XPBaseCollection.InvokeListChanged(ListChangedType changeType, Int32 newIndex, Int32 oldIndex)
- v DevExpress.Xpo.XPBaseCollection.InvokeListChanged(ListChangedType changeType, Int32 newIndex)
- v DevExpress.Xpo.XPBaseCollection.UpdateStrategy.Change(Object obj, Int32 index)
- v DevExpress.Xpo.XPBaseCollection.DevExpress.Xpo.Helpers.IObjectChange.OnObjectChanged(Object sender, ObjectChangeEventArgs args)
- v DevExpress.Xpo.Helpers.ObjectRecord.InterfacedChangeHandler.Invoke(Object sender, Object[]& parameters, ObjectChangeEventArgs args)
- v DevExpress.Xpo.Helpers.ObjectRecord.OnChange(Object sender, ObjectChangeEventArgs args)
- v DevExpress.Xpo.XPBaseObject.RaiseChangedEvent(Object persistentObject, ObjectChangeEventArgs args)
- v DevExpress.Xpo.XPBaseObject.TriggerObjectChanged(ObjectChangeEventArgs args)
- v DevExpress.Xpo.PersistentBase.OnChanged(String propertyName, Object oldValue, Object newValue)
- v DevExpress.Xpo.XPBaseObject.OnChanged(String propertyName, Object oldValue, Object newValue)
- v Elite.Objects.BaseObject.set_Modified(Nullable`1 value)
- v Elite.Objects.BaseObject.OnSaving()
- v DevExpress.Xpo.PersistentBase.DevExpress.Xpo.IXPObject.OnSaving()
- v DevExpress.Xpo.Session.TriggerObjectSaving(Object theObject)
- v DevExpress.Xpo.Session.PreProcessSavedList()
- v DevExpress.Xpo.Session.BeginFlushChanges()
- v DevExpress.Xpo.Session.FlushChanges()
- v DevExpress.Xpo.Session.<CommitTransaction>b__4d()
- v DevExpress.Xpo.Logger.LogManager.Log(String category, LogHandlerVoid handler, MessageHandler`1 createMessageHandler, ExceptionHandler exceptionHandler)
- v DevExpress.Xpo.Session.CommitTransaction()
- v DevExpress.Xpo.UnitOfWork.CommitChanges()
- v Elite.Gui.Controls.EditControl.DoSave()
- v Elite.Gui.Controls.PacientEditControl.DoSave()
- v Elite.Gui.Controls.EditControl.SaveTest()
- v Elite.Gui.Controls.EditControl.ActionZavrit()
- v Elite.Gui.Controls.EditControl.bbZavrit_ItemClick(Object sender, ItemClickEventArgs e)
- v DevExpress.XtraBars.BarItem.OnClick(BarItemLink link)
- v DevExpress.XtraBars.BarBaseButtonItem.OnClick(BarItemLink link)
- v DevExpress.XtraBars.BarItemLink.OnLinkClick()
- v DevExpress.XtraBars.BarItemLink.OnLinkAction(BarLinkAction action, Object actionArgs)
- v DevExpress.XtraBars.BarButtonItemLink.OnLinkAction(BarLinkAction action, Object actionArgs)
- v DevExpress.XtraBars.BarItemLink.OnLinkActionCore(BarLinkAction action, Object actionArgs)
- v DevExpress.XtraBars.ViewInfo.BarSelectionInfo.ClickLink(BarItemLink link)
- v DevExpress.XtraBars.ViewInfo.BarSelectionInfo.UnPressLink(BarItemLink link)
- v DevExpress.XtraBars.Controls.CustomLinksControl.OnMouseUp(MouseEventArgs e)
- v System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
- v System.Windows.Forms.Control.WndProc(Message& m)
- v DevExpress.XtraBars.Controls.DockedBarControl.WndProc(Message& msg)
- v System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
- v System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
- v System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Advertisement
Add Comment
Please, Sign In to add comment