eliteapp

RWETWPPP

Jul 24th, 2012
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 6.77 KB | None | 0 0
  1. //Verze 2.2012.164.18
  2. //SERVER
  3. //Windows XP Home Edition Service Pack 3 v5.1.2600
  4. //24.7.2012 13:59:58
  5.  
  6. 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
  7. 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.
  8.   --- End of inner exception stack trace ---
  9.   at FirebirdSql.Data.FirebirdClient.FbTransaction.BeginTransaction()
  10.   at FirebirdSql.Data.FirebirdClient.FbCommand.Prepare(Boolean returnsSet)
  11.   at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteCommand(CommandBehavior behavior, Boolean returnsSet)
  12.   at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior behavior)
  13.   at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteDbDataReader(CommandBehavior behavior)
  14.   at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
  15.   at DevExpress.Xpo.DB.ConnectionProviderSql.<>c__DisplayClass6.<InternalGetData>b__4()
  16.   at DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  17.   at DevExpress.Xpo.DB.ConnectionProviderSql.InternalGetData(IDbCommand command, CriteriaOperatorCollection targets, Int32 skipClause, Int32 topClause, Boolean includeMetadata)
  18.   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.
  19.    --- End of inner exception stack trace ---
  20.    at FirebirdSql.Data.FirebirdClient.FbTransaction.BeginTransaction()
  21.    at FirebirdSql.Data.FirebirdClient.FbCommand.Prepare(Boolean returnsSet)
  22.    at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteCommand(CommandBehavior behavior, Boolean returnsSet)
  23.    at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior behavior)
  24.    at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteDbDataReader(CommandBehavior behavior)
  25.    at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
  26.    at DevExpress.Xpo.DB.ConnectionProviderSql.<>c__DisplayClass6.<InternalGetData>b__4()
  27.    at DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  28.    at DevExpress.Xpo.DB.ConnectionProviderSql.InternalGetData(IDbCommand command, CriteriaOperatorCollection targets, Int32 skipClause, Int32 topClause, Boolean includeMetadata)
  29.    at DevExpress.Xpo.DB.ConnectionProviderSql.SelectDataSimple(Query query, CriteriaOperatorCollection targets, Boolean includeMetadata)
  30.    --- End of inner exception stack trace ---
  31.    at DevExpress.Xpo.DB.ConnectionProviderSql.SelectDataSimple(Query query, CriteriaOperatorCollection targets, Boolean includeMetadata)
  32.    at DevExpress.Xpo.DB.ConnectionProviderSql.SelectData(Query query, CriteriaOperatorCollection targets)
  33.    at DevExpress.Xpo.DB.ConnectionProviderSql.ProcessSelectData(SelectStatement selects)
  34.    at DevExpress.Xpo.DB.DataStoreBase.ProcessSelectData(SelectStatement[] selects)
  35.    at DevExpress.Xpo.DB.DataStoreSerializedBase.SelectData(SelectStatement[] selects)
  36.    at DevExpress.Xpo.DB.ConnectionProviderSql.SelectData(SelectStatement[] selects)
  37.    at DevExpress.Xpo.SimpleDataLayer.SelectData(SelectStatement[] selects)
  38.    at DevExpress.Xpo.Helpers.ObjectCollectionLoader.InternalLoadData(ObjectsQuery[] queries)
  39.    at DevExpress.Xpo.Helpers.ObjectCollectionLoader.LoadObjects(ObjectsQuery[] queries)
  40.    at DevExpress.Xpo.SimpleObjectLayer.LoadObjects(Session session, ObjectsQuery[] queries)
  41.    at DevExpress.Xpo.Session.GetObjectsInternal(ObjectsQuery[] queries)
  42.    at DevExpress.Xpo.Session.<>c__DisplayClasse.<GetObjects>b__c()
  43.    at DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  44.    at DevExpress.Xpo.Session.GetObjects(ObjectsQuery[] queries)
  45.    at DevExpress.Xpo.Session.GetObjects(ObjectsQuery query)
  46.    at DevExpress.Xpo.XPBaseCollection.Load()
  47.    at DevExpress.Xpo.XPBaseCollection.get_Objects()
  48.    at DevExpress.Xpo.XPBaseCollection.get_Count()
  49.    at DevExpress.Data.Helpers.ListDataControllerHelper.IsEmptyDetail(IList list)
  50.    at DevExpress.Data.Helpers.ListDataControllerHelper.DevExpress.Data.IRelationList.IsMasterRowEmpty(Int32 listSourceRow, Int32 relationIndex)
  51.    at DevExpress.Data.DataController.IsDetailRowEmpty(Int32 controllerRow, Int32 relationIndex)
  52.    at DevExpress.Data.DataController.IsDetailRowEmptyCached(Int32 controllerRow, Int32 relationIndex)
  53.    at DevExpress.XtraGrid.Views.Grid.GridView.IsMasterRowEmptyCached(Int32 rowHandle)
  54.    at DevExpress.XtraGrid.Views.Grid.ViewInfo.GridViewInfo.CreateRowInfo(GridRow row)
  55.    at DevExpress.XtraGrid.Views.Grid.ViewInfo.GridViewInfo.CalcRowsDrawInfo()
  56.    at DevExpress.XtraGrid.Views.Grid.ViewInfo.GridViewInfo.CalcGridInfo()
  57.    at DevExpress.XtraGrid.Views.Grid.ViewInfo.GridViewInfo.Calc(Graphics g, Rectangle bounds)
  58.    at DevExpress.XtraGrid.Views.Base.ColumnView.DoInternalLayout()
  59.    at DevExpress.XtraGrid.Views.Base.ColumnView.CalculateLayout()
  60.    at DevExpress.XtraGrid.Views.Grid.GridView.LayoutChanged()
  61.    at DevExpress.XtraGrid.Views.Base.BaseView.LayoutChangedSynchronized()
  62.    at DevExpress.XtraGrid.Views.Grid.GridView.SetViewRect(Rectangle newValue)
  63.    at DevExpress.XtraGrid.Views.Base.BaseView.InternalSetViewRectCore(Rectangle rect)
  64.    at DevExpress.XtraGrid.Views.Grid.Handler.GridHandler.OnResize(Rectangle clientRect)
  65.    at DevExpress.Utils.Controls.BaseHandler.ProcessEvent(EventType etype, Object args)
  66.    at DevExpress.XtraGrid.Views.Base.Handler.BaseViewHandler.ProcessEvent(EventType etype, Object args)
  67.    at DevExpress.XtraGrid.GridControl.OnResize(EventArgs e)
  68.    at System.Windows.Forms.Control.OnSizeChanged(EventArgs e)
  69.    at System.Windows.Forms.Control.UpdateBounds(Int32 x, Int32 y, Int32 width, Int32 height, Int32 clientWidth, Int32 clientHeight)
  70.    at System.Windows.Forms.Control.UpdateBounds()
  71.    at System.Windows.Forms.Control.WmWindowPosChanged(Message& m)
  72.    at System.Windows.Forms.Control.WndProc(Message& m)
  73.    at DevExpress.XtraEditors.Container.EditorContainer.WndProc(Message& m)
  74.    at DevExpress.XtraGrid.GridControl.WndProc(Message& m)
  75.    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  76.    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  77.    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Advertisement
Add Comment
Please, Sign In to add comment