pq04375.zip CURSOR IS NOT DROPPED AFTER SQL CALL TO CHECK IF A TABLE OR VIEW EXISTS Executing a openTableNamed: method on a database connection results in a SQL call to check if the table exists in the database. The cursor from that call is not dropped (Sql_drop). Therefore, the database will hold onto the cursor and consume OS memory. Unzip pq04375.zip and file in abtbmcld.st and abtdbcdt.st to fix this problem.