eliteapp

RWETWPPP

May 31st, 2012
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 6.03 KB | None | 0 0
  1. //Verze 2.2012.164.6
  2. //SERVER
  3. //Windows XP Home Edition Service Pack 3 v5.1.2600
  4. //31.5.2012 8:58:50
  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."ZdravotnickeZarizeni",N0."Kod",N0."TypVysetreni",N0."Nazev",N0."Poradi",N0."PlatnostOd",N0."PlatnostDo",N0."OptimisticLockField",N0."GCRecord" from "Vysetreni" N0
  7. where N0."GCRecord" is null' s parametry '' 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)
  18.   at DevExpress.Xpo.DB.ConnectionProviderSql.SelectDataSimple(Query query, CriteriaOperatorCollection targets)' ---> 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)
  29.    at DevExpress.Xpo.DB.ConnectionProviderSql.SelectDataSimple(Query query, CriteriaOperatorCollection targets)
  30.    --- End of inner exception stack trace ---
  31.    at DevExpress.Xpo.DB.ConnectionProviderSql.SelectDataSimple(Query query, CriteriaOperatorCollection targets)
  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.BaseDataControllerHelper.get_Count()
  50.    at DevExpress.Data.DataControllerBase.get_ListSourceRowCount()
  51.    at DevExpress.Data.DataController.get_VisibleListSourceRowCount()
  52.    at DevExpress.Data.DataController.get_VisibleCount()
  53.    at DevExpress.Data.DataController.CheckRaiseVisibleCountChanged(Int32 prevVCount)
  54.    at DevExpress.Data.DataController.DoRefresh(Boolean useRowsKeeper)
  55.    at DevExpress.Data.DataController.EndUpdateCore(Boolean sortUpdate)
  56.    at DevExpress.Data.DataControllerBase.EndUpdate()
  57.    at DevExpress.Data.DataControllerBase.OnListSourceChanged()
  58.    at DevExpress.Data.DataControllerBase.SetListSourceCore(IList value)
  59.    at DevExpress.Data.DataControllerBase.SetListSource(IList value)
  60.    at DevExpress.Data.GridDataController.OnDataSourceChanged()
  61.    at DevExpress.Data.BaseGridController.SetDataSource(BindingContext context, Object dataSource, String dataMember)
  62.    at DevExpress.Data.BaseGridController.SetDataSource(Object dataSource)
  63.    at DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEditBase.ActivateDataSource()
  64.    at DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEditBase.CheckActivateDataSource()
  65.    at DevExpress.XtraEditors.GridLookUpEditBase.OnHandleCreated(EventArgs e)
  66.    at System.Windows.Forms.Control.WmCreate(Message& m)
  67.    at System.Windows.Forms.Control.WndProc(Message& m)
  68.    at DevExpress.Utils.Controls.ControlBase.WndProc(Message& m)
  69.    at DevExpress.XtraEditors.TextEdit.WndProc(Message& msg)
  70.    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  71.    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  72.    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Advertisement
Add Comment
Please, Sign In to add comment