|
From: Seaman, S. <Slo...@pt...> - 2004-09-23 11:48:01
|
There are two places within BaseSQLDriver that the PreparedStatement that is used is not closed. This may be one of the reasons why I have been getting "To many open cursor" errors in my apps. There should be a ps1.close() at the following lines: 191 - Not closed when getting ID 224 - Not closed wen reading ID Thought you should know! -- Sloan |