Subject | Re: [firebird-support] Dynamic SQL Error |
---|---|
Author | Grant Brown |
Post date | 2005-04-26T07:49:57Z |
Hi all,
Found the problem
When I changed
FTime= 'Now' - (3/1440);
to
FTime= 'Now';
FTime= :FTime - (3/1440);
the error went away.
Seems to me they both equate to the same thing.
Could someone expalin why the error ?
--
Regards,
Grant Brown
Product Development Manager
Phone : 02 4229 1185
Mobile : 0412 926 995
Email : grant@...
Web : www.sitedoc.com.au
SiteDoc - Easy to Use - Powerful Results
Found the problem
When I changed
FTime= 'Now' - (3/1440);
to
FTime= 'Now';
FTime= :FTime - (3/1440);
the error went away.
Seems to me they both equate to the same thing.
Could someone expalin why the error ?
--
Regards,
Grant Brown
Product Development Manager
Phone : 02 4229 1185
Mobile : 0412 926 995
Email : grant@...
Web : www.sitedoc.com.au
SiteDoc - Easy to Use - Powerful Results