michaelbroede
Comments
-
Hi Nico,
I've got it. The problem depends on datatype.
A test like "if SQLDatasource['db_fieldname'] = null" works fine in RB 15 if datatype of 'db_fieldname' is dtLargeInt. Such tests don't work in RB 20, general for all datat… -
Hi Nico,
yes, I'am using RAP.
In the example mentioned above SQLDatasource is a ppDBPipeline, wich contains a query to MS-SQL-Server. With RAP I make tests like "SQLDatasource['ADateTime'] = null" to control the output of corre…