Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PB8 and between SQL clause failure

Status
Not open for further replies.

brodyToo

Programmer
Nov 20, 2002
1
US
Hi:

We're looking at migrating to PB8 from 6.5, and have converted our current app, and are testing it.

On one of the datawindows, we have an SQL statement that (to paraphrase) looks like: amt > 5.00 and amt < 20.00.

This consistently fails.

It also fails if we use the form: amt betweeen 5.00 and 20.00.

Equality checks (=5.00 and > 4.00) or (< 4.00 and = 2.00) return good results.

Any clues?

Thanks,

BrodyToo
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top