2005/02/10 17:29:02 fs 1.24.10.2: removed setResultSetType - decided to do this in the RowSet
2005/02/10 17:00:54 fs 1.24.10.1: #i15113# when executing the row set, care for a data-source-setting which enables defensive usage of ResultSetType and ResultSetConcurrency - IBM's Universe database didn't like our previous aggressive behaviour
2004/11/29 09:24:25 oj 1.21.20.2: RESYNC: (1.21-1.23); FILE MERGED
2004/11/19 13:27:01 fs 1.21.20.1: #i37433# no m_bInContext anymore - this is now dynamically determined on demand
2004/10/18 14:26:59 fs 1.21.14.1: #i30258# ActiveConnection is now a 'forwarded property', which, amongst others, ensures that notifications about its change are not done while our mutex is locked
2004/05/11 08:51:43 fs 1.18.26.2: DynamicControlBorder is MAYBEVOID now, to allow the environment to override it if we ourself don't have a value
2004/05/07 14:05:01 fs 1.18.26.1: new properties for dynamic border colors
2003/12/15 13:41:40 fs 1.17.66.4: during #i23418#: own holder for the IgnoreResult property, so the value we set temporarily at the aggregate is never visible to the outside
2003/12/15 11:56:20 fs 1.17.66.3: #i23418# outsourced some more parameter handling to the FormParameterManager
2003/12/11 14:13:00 fs 1.17.66.2: outsourced the filter handling in preparation of #i23418#
2003/12/10 15:45:55 fs 1.17.66.1: outsourced the parameter handling, in preparation of #i23418#