Subject Re: [IBO] Date Parameter
Author Jason Wharton
Changing a parameter shouldn't change a record. It should cause the dataset
to fetch different records when the query is executed again.
I'm most likely missing something.

Not sure what to do about the time thing.

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "lobolo2000" <lobolo2000@...>
To: <IBObjects@yahoogroups.com>
Sent: Thursday, September 20, 2001 10:12 PM
Subject: Re: [IBO] Date Parameter


> 1- I know it might be a dumb question, but I'll ask anyway: Why does
> changing the parameter have to update the record?
>
> 2- Interbase accepts 'NOW' as a default value for TIME fields whereas
adding
> to DefaultValues of an IB_Query TIME_FIELD=NOW is irrelevant: The query
will
> use null as default. Note that DATE_FIELD=NOW works for date fields. Is it
a
> bug or am I missing something?