General problem with global variables -
07-27-2005
, 06:49 AM
Hi,
I get rid of these global parameters. I've a simple SQL task :
select lasttime from messagetrackingentry
I store the value of lasttime (datetime type) in a global variable of type
date.
Using this one as input parameter for a second select:
select * from messagetrackingentry where lasttime > ? doesn't work.
Every time, the first task is executed, the type of the global parameter in
the definition screen has changed to NULL and as a result executing both
tasks results in 'Parameter type is not supported'.
Please help! |