| 
      
      
      From: Paul R. <pr...@ib...> - 2002-08-14 12:23:45
      
     | 
| Carlos G.A. wrote: > 2. OdbcStatement::sqlGetStmtAttr > > Add SQL_ROWSET_SIZE under SQL_ATTR_ROW_ARRAY_SIZE > > case SQL_ATTR_ROW_ARRAY_SIZE: > case SQL_ROWSET_SIZE: > value = rowArraySize; > break; > I don't understand this. All the tests in this method are for constants named SQL_ATTR_NNNNNNN. SQL_ROWSET_SIZE doesn't have the right name. This makes me suspicious. What are the tools (or circumstances) where sqlGetStmtAttr is called with SQL_ROWSET_SIZE? Paul -- Paul Reeves http://www.ibphoenix.com Supporting users of Firebird and InterBase |