Re: Another Database SQL Update question
- From: Gene Wirchenko <genew@xxxxxxxx>
- Date: Fri, 15 Feb 2008 23:54:48 -0800
"Dan Freeman" <spam@xxxxxxxxxxxxx> wrote:
The mistake most people make with _Tally is that there are other commands
besides queries that set it. You have to grab the value *immediately* after
a query or you might get a _Tally for some other action.
I've never seen it give a wrong value.
I go with Dan here. When I use it, I use it immediately,
typically:
<_tally value generating statement>
howmany=_tally
The assignment is before anything else, period.
This problem is reminescent of the parameters() function which
could throw one for a loop due to an OKL triggering.
[snip]
Sincerely,
Gene Wirchenko
Computerese Irregular Verb Conjugation:
I have preferences.
You have biases.
He/She has prejudices.
.
- Follow-Ups:
- Re: Another Database SQL Update question
- From: Jeff Grippe
- Re: Another Database SQL Update question
- References:
- Another Database SQL Update question
- From: Jeff Grippe
- Re: Another Database SQL Update question
- From: Jeroen van Kalken
- Re: Another Database SQL Update question
- From: Jeff Grippe
- Re: Another Database SQL Update question
- From: Paul Pedersen
- Re: Another Database SQL Update question
- From: Jeff Grippe
- Re: Another Database SQL Update question
- From: Dan Freeman
- Another Database SQL Update question
- Prev by Date: Re: Limit CPU Usage in Microsoft Visual FoxPro
- Next by Date: Re: Form Disappears
- Previous by thread: Re: Another Database SQL Update question
- Next by thread: Re: Another Database SQL Update question
- Index(es):
Relevant Pages
|