I have the following problem: I can not display the records above 101 (and I have over 110 records in the table 'stiri') This is the query I'm normaly using:
"select * from stiri where tipstire='s' order by 'ord_st' DESC"
What does it do?? just return 101 records, or an error.
Have you tried running the same query from the command line interface?
Mark.
perhaps it has just 101 records in the table that tipstire='s'