eliteapp

Note 14. dubna 2012:10:43

Apr 14th, 2012
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 5.98 KB | None | 0 0
  1. //Verze 2.2012.162.13
  2. //LEKAR
  3. //Windows XP Home Edition Service Pack 3 v5.1.2600
  4. //14.4.2012 10:43:41
  5.  
  6. DevExpress.Xpo.DB.Exceptions.SqlExecutionErrorException: Spuštění SQL příkazu 'select  first 1 N0."OID",N0."Creator",N0."Created",N0."Modifier",N0."Modified",N0."TitulPred",N0."Jmeno",N0."Prijmeni",N0."RodnePrijmeni",N0."TitulZa",N0."DatumNarozeni",N0."RodneCisloFmt",N0."RodneCislo",N0."Prislusnost",N0."Pohlavi",N0."RodinnyStav",N0."Archiv",N0."Login",N0."Psw",N0."Admin",N0."OptimisticLockField",N0."GCRecord" from "Uzivatel" N0
  7. where (N0."GCRecord" is null and (Upper(N0."Login") like @s0_1) and (N0."Psw" = '1B2M2Y8AsgTpgAmY7PhCfg=='))' s parametry '{L}' 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.Session.<>c__DisplayClass3e.<FindObject>b__3c()
  47.    at DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  48.    at DevExpress.Xpo.Session.FindObject(XPClassInfo classInfo, CriteriaOperator criteria, Boolean selectDeleted)
  49.    at DevExpress.Xpo.Session.FindObject(Type classType, CriteriaOperator criteria, Boolean selectDeleted)
  50.    at DevExpress.Xpo.Session.FindObject[ClassType](CriteriaOperator criteria, Boolean selectDeleted)
  51.    at Elite.BussinesLogic.Logic.GetUzivatelByLogin(String Login, String Heslo)
  52.    at Elite.Security.Security.AuthenticateUser(LoginMethod loginMethod, AuthenticationCredentials credentials)
  53.    at Elite.Gui.EliteApplication.AuthenticationCallback(LoginMethod loginMethod, AuthenticationCredentials credentials)
  54.    at Elite.Gui.LoginExtForm.DoLogin()
  55.    at Elite.Gui.LoginExtForm.buttonLogin_Click(Object sender, EventArgs e)
  56.    at System.Windows.Forms.Control.OnClick(EventArgs e)
  57.    at DevExpress.XtraEditors.BaseButton.OnClick(EventArgs e)
  58.    at DevExpress.XtraEditors.BaseButton.OnMouseUp(MouseEventArgs e)
  59.    at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  60.    at System.Windows.Forms.Control.WndProc(Message& m)
  61.    at DevExpress.Utils.Controls.ControlBase.WndProc(Message& m)
  62.    at DevExpress.XtraEditors.BaseControl.WndProc(Message& msg)
  63.    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  64.    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  65.    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Advertisement
Add Comment
Please, Sign In to add comment