|
|
Sergey Kornilov admin 1/18/2007 |
|
Starting with version 3.1 PHPRunner adds LIMIT clause itself to retrieve as many records as required which means you don't have to add your own LIMIT clause. $dDebug=true; |
|
|
M
|
markdorminy author 1/18/2007 |
|
Thanks, Sergey! I am using 3.0 for this application. Should I just modify the SQL statement by hand? |
|
|
|
Sergey Kornilov admin 1/18/2007 |
|
It's quite possible version 3.0 cannot deal with LIMIT clause. |
|
|
M
|
markdorminy author 1/19/2007 |
It's quite possible version 3.0 cannot deal with LIMIT clause. What is the SQL statement that program prints with debug option turned on?
|
|