System.IndexOutOfRangeException thrown when executing sql
---------------------------------------------------------

                 Key: DNET-361
                 URL: http://tracker.firebirdsql.org/browse/DNET-361
             Project: .NET Data provider
          Issue Type: Bug
          Components: ADO.NET Provider
    Affects Versions: 2.6
         Environment: Windows 7, Visual Studio 2008 .Net 3.5 sp1
            Reporter: Tomasz Chudobiecki
            Assignee: Jiri Cincura


When trying to execute sql which selects 122 fields we get 
System.IndexOutOfRangeException

   w FirebirdSql.Data.Common.IscHelper.VaxInteger(Byte[] buffer, Int32 index, 
Int32 length)
   w 
FirebirdSql.Data.Client.Managed.Version10.GdsStatement.ParseTruncSqlInfo(Byte[] 
info, Byte[] items, Descriptor[]& rowDescs)
   w 
FirebirdSql.Data.Client.Managed.Version10.GdsStatement.ProcessPrepareResponse(GenericResponse
 response)
   w FirebirdSql.Data.Client.Managed.Version11.GdsStatement.Prepare(String 
commandText)
   w FirebirdSql.Data.FirebirdClient.FbCommand.Prepare(Boolean returnsSet)
   w FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteCommand(CommandBehavior 
behavior, Boolean returnsSet)
   w FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior 
behavior)
   w 
FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteDbDataReader(CommandBehavior 
behavior)
   w 
System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior
 behavior)
   w DevExpress.Xpo.DB.ConnectionProviderSql.InternalGetData(IDbCommand 
command, CriteriaOperatorCollection targets, Int32 skipClause, Int32 topClause)
   w DevExpress.Xpo.DB.ConnectionProviderSql.SelectDataSimple(Query query, 
CriteriaOperatorCollection targets)'
       w DevExpress.Xpo.DB.ConnectionProviderSql.SelectDataSimple(Query query, 
CriteriaOperatorCollection targets)
   w DevExpress.Xpo.DB.ConnectionProviderSql.SelectData(Query query, 
CriteriaOperatorCollection targets)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to