| 
      
      
      From:  <car...@te...> - 2002-08-23 17:14:23
      
     | 
| Hello:
 >> Just complete in the destructor:
I think this is more correct if you put it in the close method, what do 
you think?? :
void IscResultSet::close()
{
	reset();
	if (statement)
		{
		statement->deleteResultSet (this);
		statement->release();
		statement = NULL;
		}
}
Best Regards
Carlos Guzmán Álvarez
 |