J
|
Jane 8/17/2009 |
Hi, |
A
|
acpan 8/17/2009 |
I use a workaround which may help you ... |
R
|
roadyx author 8/18/2009 |
I use a workaround which may help you ... You may want to try at the event code before SQL query, modify the SQL string to be executed: Use php search and replace function, search for the string "Limit " in $strSQL and replace it with your limit parameters. Use echo $strSQL to see what exactly executed. acpan Hi ACPAN, actually followed your advice, replaced strSQL with the entire SQL statement and added a LIMIT statement. Works well with charts! Thanks ACPAN AND JANE! |