Search found 1 match
- 26.11.2005, 23:06
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: SQL_CALC_FOUND_ROWS and FOUND_ROWS
- Replies: 0
- Views: 623
SQL_CALC_FOUND_ROWS and FOUND_ROWS
Hello, i need your help. I send via TQuery component sql command SELECT SQL_CALC_FOUND_ROWS * from X limit 1,10; where X is table in mysql v4.1.This operation is successfully completed. I need send next sql command SELECT FOUND_ROWS(); and obtain count of records from table (not from resultset). Wha...