|
When using java.sql.Timestamp types against a Sybase datetime type, Sybase attaches warning objects to the statement handles used by insert and update (and query). In cases where inserts/updates are batched, the accumulation can be quite significant and if these statements remained cached, the memory in use may grow significantly.
|