Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Verze 2.2012.164.18
- //SERVER
- //Windows XP Home Edition Service Pack 3 v5.1.2600
- //24.7.2012 13:59:58
- DevExpress.Xpo.DB.Exceptions.SqlExecutionErrorException: Spuštění SQL příkazu 'select N0."OID",N0."Creator",N0."Created",N0."Modifier",N0."Modified",N0."Ciselnik",N0."Verze",N0."DatumImportu",N0."PlatnostOd",N0."PlatnostDo",N0."OptimisticLockField",N0."GCRecord" from "CiselnikHistorie" N0
- where (N0."GCRecord" is null and (N0."Ciselnik" = @p0))' s parametry '{1}' vyvolalo výjimku 'FirebirdSql.Data.FirebirdClient.FbException: Error reading data from the connection. ---> Error reading data from the connection.
- --- End of inner exception stack trace ---
- at FirebirdSql.Data.FirebirdClient.FbTransaction.BeginTransaction()
- at FirebirdSql.Data.FirebirdClient.FbCommand.Prepare(Boolean returnsSet)
- at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteCommand(CommandBehavior behavior, Boolean returnsSet)
- at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior behavior)
- at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteDbDataReader(CommandBehavior behavior)
- at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
- at DevExpress.Xpo.DB.ConnectionProviderSql.<>c__DisplayClass6.<InternalGetData>b__4()
- at DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
- at DevExpress.Xpo.DB.ConnectionProviderSql.InternalGetData(IDbCommand command, CriteriaOperatorCollection targets, Int32 skipClause, Int32 topClause, Boolean includeMetadata)
- at DevExpress.Xpo.DB.ConnectionProviderSql.SelectDataSimple(Query query, CriteriaOperatorCollection targets, Boolean includeMetadata)' ---> FirebirdSql.Data.FirebirdClient.FbException: Error reading data from the connection. ---> Error reading data from the connection.
- --- End of inner exception stack trace ---
- at FirebirdSql.Data.FirebirdClient.FbTransaction.BeginTransaction()
- at FirebirdSql.Data.FirebirdClient.FbCommand.Prepare(Boolean returnsSet)
- at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteCommand(CommandBehavior behavior, Boolean returnsSet)
- at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior behavior)
- at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteDbDataReader(CommandBehavior behavior)
- at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
- at DevExpress.Xpo.DB.ConnectionProviderSql.<>c__DisplayClass6.<InternalGetData>b__4()
- at DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
- at DevExpress.Xpo.DB.ConnectionProviderSql.InternalGetData(IDbCommand command, CriteriaOperatorCollection targets, Int32 skipClause, Int32 topClause, Boolean includeMetadata)
- at DevExpress.Xpo.DB.ConnectionProviderSql.SelectDataSimple(Query query, CriteriaOperatorCollection targets, Boolean includeMetadata)
- --- End of inner exception stack trace ---
- at DevExpress.Xpo.DB.ConnectionProviderSql.SelectDataSimple(Query query, CriteriaOperatorCollection targets, Boolean includeMetadata)
- at DevExpress.Xpo.DB.ConnectionProviderSql.SelectData(Query query, CriteriaOperatorCollection targets)
- at DevExpress.Xpo.DB.ConnectionProviderSql.ProcessSelectData(SelectStatement selects)
- at DevExpress.Xpo.DB.DataStoreBase.ProcessSelectData(SelectStatement[] selects)
- at DevExpress.Xpo.DB.DataStoreSerializedBase.SelectData(SelectStatement[] selects)
- at DevExpress.Xpo.DB.ConnectionProviderSql.SelectData(SelectStatement[] selects)
- at DevExpress.Xpo.SimpleDataLayer.SelectData(SelectStatement[] selects)
- at DevExpress.Xpo.Helpers.ObjectCollectionLoader.InternalLoadData(ObjectsQuery[] queries)
- at DevExpress.Xpo.Helpers.ObjectCollectionLoader.LoadObjects(ObjectsQuery[] queries)
- at DevExpress.Xpo.SimpleObjectLayer.LoadObjects(Session session, ObjectsQuery[] queries)
- at DevExpress.Xpo.Session.GetObjectsInternal(ObjectsQuery[] queries)
- at DevExpress.Xpo.Session.<>c__DisplayClasse.<GetObjects>b__c()
- at DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
- at DevExpress.Xpo.Session.GetObjects(ObjectsQuery[] queries)
- at DevExpress.Xpo.Session.GetObjects(ObjectsQuery query)
- at DevExpress.Xpo.XPBaseCollection.Load()
- at DevExpress.Xpo.XPBaseCollection.get_Objects()
- at DevExpress.Xpo.XPBaseCollection.get_Count()
- at DevExpress.Data.Helpers.ListDataControllerHelper.IsEmptyDetail(IList list)
- at DevExpress.Data.Helpers.ListDataControllerHelper.DevExpress.Data.IRelationList.IsMasterRowEmpty(Int32 listSourceRow, Int32 relationIndex)
- at DevExpress.Data.DataController.IsDetailRowEmpty(Int32 controllerRow, Int32 relationIndex)
- at DevExpress.Data.DataController.IsDetailRowEmptyCached(Int32 controllerRow, Int32 relationIndex)
- at DevExpress.XtraGrid.Views.Grid.GridView.IsMasterRowEmptyCached(Int32 rowHandle)
- at DevExpress.XtraGrid.Views.Grid.ViewInfo.GridViewInfo.CreateRowInfo(GridRow row)
- at DevExpress.XtraGrid.Views.Grid.ViewInfo.GridViewInfo.CalcRowsDrawInfo()
- at DevExpress.XtraGrid.Views.Grid.ViewInfo.GridViewInfo.CalcGridInfo()
- at DevExpress.XtraGrid.Views.Grid.ViewInfo.GridViewInfo.Calc(Graphics g, Rectangle bounds)
- at DevExpress.XtraGrid.Views.Base.ColumnView.DoInternalLayout()
- at DevExpress.XtraGrid.Views.Base.ColumnView.CalculateLayout()
- at DevExpress.XtraGrid.Views.Grid.GridView.LayoutChanged()
- at DevExpress.XtraGrid.Views.Base.BaseView.LayoutChangedSynchronized()
- at DevExpress.XtraGrid.Views.Grid.GridView.SetViewRect(Rectangle newValue)
- at DevExpress.XtraGrid.Views.Base.BaseView.InternalSetViewRectCore(Rectangle rect)
- at DevExpress.XtraGrid.Views.Grid.Handler.GridHandler.OnResize(Rectangle clientRect)
- at DevExpress.Utils.Controls.BaseHandler.ProcessEvent(EventType etype, Object args)
- at DevExpress.XtraGrid.Views.Base.Handler.BaseViewHandler.ProcessEvent(EventType etype, Object args)
- at DevExpress.XtraGrid.GridControl.OnResize(EventArgs e)
- at System.Windows.Forms.Control.OnSizeChanged(EventArgs e)
- at System.Windows.Forms.Control.UpdateBounds(Int32 x, Int32 y, Int32 width, Int32 height, Int32 clientWidth, Int32 clientHeight)
- at System.Windows.Forms.Control.UpdateBounds()
- at System.Windows.Forms.Control.WmWindowPosChanged(Message& m)
- at System.Windows.Forms.Control.WndProc(Message& m)
- at DevExpress.XtraEditors.Container.EditorContainer.WndProc(Message& m)
- at DevExpress.XtraGrid.GridControl.WndProc(Message& m)
- at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
- at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
- at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Advertisement
Add Comment
Please, Sign In to add comment