Hi,
The following request doesn't return anything:
select no_region ,
no_riviere,
no_amenagement,
nom_amenagement
from amenagement
where no_region=0
and no_riviere=1
But if I run the same request in MS Access directly, the request returns about 14 rows from our database which is correct.
Do you have any clue?
|
Try to reindex your table. Maybe there's an index issue.
|
Hi,
It doesn't work.
I reindex the whole database.
It seems that I have trouble only with the AND predicate. If I use the OR predicate, it works very well.
|