Hypermommy
Programmer
Hi all,
I'm trying to run the following first in the query builder then I'll put it in my CSP page.
select si_id, si_name, si_starttime, si_endtime from ci_infoobjects where si_progid = 'CrystalEnterprise.Report' and si_children = 0 and si_instance_object = 1 and si_starttime >= '7/21/2003'
I'm getting 0 objects returned and I know I just ran a report (successfully, if it matters) so I should get at least one. I'm figuring something's wrong with the format I've used for the si_starttime parameter in the where clause becuase if I take that off, everything works fine (except for I get 100s of records).
What am I doing wrong? Thanks!
-= Hypermommy =-
I'm trying to run the following first in the query builder then I'll put it in my CSP page.
select si_id, si_name, si_starttime, si_endtime from ci_infoobjects where si_progid = 'CrystalEnterprise.Report' and si_children = 0 and si_instance_object = 1 and si_starttime >= '7/21/2003'
I'm getting 0 objects returned and I know I just ran a report (successfully, if it matters) so I should get at least one. I'm figuring something's wrong with the format I've used for the si_starttime parameter in the where clause becuase if I take that off, everything works fine (except for I get 100s of records).
What am I doing wrong? Thanks!
-= Hypermommy =-