V4RB Select Problem

Ruslan Zasukhin sunshine at public.kherson.ua
Sun Sep 19 14:26:06 CDT 2004


On 9/19/04 4:54 AM, "Cindy Brown" <cindy at kowhaiprogramming.com> wrote:

> Hi,
> 
> I've working on Selects in V4RB and have come up with a curious problem. The
> select query is as follows:
> 
> SELECT Last_PreferredName, Age01_Years From Students WHERE Age01_Years > 11
> 
> When the records are returned, they give me all records where Age01_Years is
> actually greater than 12 (13,14,15,16,etc.). If I use:
> 
> SELECT Last_PreferredName, Age01_Years From Students WHERE Age01_Years > 15
> 
> The select will return all records where the age is greater than 16 and miss
> all the sixteen year olds.
> 
> Age01_years is a Method field which is calculated correctly and appears in
> the list correctly, but the select returns as if it is one number higher.
> The Method field is a Float field but it does the same thing if the field is
> a Short field.
> 
> This would seem to be a bug in the Select Query if using a method. If using
> a standard Short field, the select returns the correct amount of records. It
> only occurs when a Method field is used. Has anybody else seen this problem?

No Cindy.

You have simple db which we can test in viSQL or Vstudio ?


-- 
Best regards,
Ruslan Zasukhin      [ I feel the need...the need for speed ]
-------------------------------------------------------------
e-mail: ruslan at paradigmasoft.com
web: http://www.paradigmasoft.com

To subscribe to the Valentina mail list go to:
http://lists.macserve.net/mailman/listinfo/valentina
-------------------------------------------------------------



More information about the Valentina mailing list