Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Verze 2.2012.166.0
- //SERVER
- //Windows XP Home Edition Service Pack 3 v5.1.2600
- //7.11.2012 10:21:18
- 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
- where (N0."GCRecord" is null and (Upper(N0."Login") like @s0_1) and (N0."Psw" = '1B2M2Y8AsgTpgAmY7PhCfg=='))' s parametry '{S}' 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.Session.<>c__DisplayClass3e.<FindObject>b__3c()
- at DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
- at DevExpress.Xpo.Session.FindObject(XPClassInfo classInfo, CriteriaOperator criteria, Boolean selectDeleted)
- at DevExpress.Xpo.Session.FindObject(Type classType, CriteriaOperator criteria, Boolean selectDeleted)
- at DevExpress.Xpo.Session.FindObject[ClassType](CriteriaOperator criteria, Boolean selectDeleted)
- at Elite.BussinesLogic.Logic.GetUzivatelByLogin(String Login, String Heslo)
- at Elite.Security.Security.AuthenticateUser(LoginMethod loginMethod, AuthenticationCredentials credentials)
- at Elite.Gui.EliteApplication.AuthenticationCallback(LoginMethod loginMethod, AuthenticationCredentials credentials)
- at Elite.Gui.LoginExtForm.DoLogin()
- at Elite.Gui.LoginExtForm.buttonLogin_Click(Object sender, EventArgs e)
- at System.Windows.Forms.Control.OnClick(EventArgs e)
- at DevExpress.XtraEditors.BaseButton.OnClick(EventArgs e)
- at DevExpress.XtraEditors.BaseButton.OnMouseUp(MouseEventArgs e)
- at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
- at System.Windows.Forms.Control.WndProc(Message& m)
- at DevExpress.Utils.Controls.ControlBase.WndProc(Message& m)
- at DevExpress.XtraEditors.BaseControl.WndProc(Message& msg)
- 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