C
|
cgphp 9/24/2012 |
$strWhereClause = whereAdd($strWhereClause, "TotalScore > 199"); |
S
|
scoobysteve author 9/24/2012 |
$strWhereClause = whereAdd($strWhereClause, "TotalScore > 199");
|
S
|
scoobysteve author 9/24/2012 |
wow that was quick thanks Cristian I will try that thanks again, is there any reason why adding these to the SQL designer does not work on 6.2 Steve |
![]() |
Sergey Kornilov admin 9/24/2012 |
You should not be using any double quotes in your SQL: |
S
|
scoobysteve author 9/24/2012 |
You should not be using any double quotes in your SQL: where (TotalScore > "199") AND (MainImage <>"") SQL uses single quotes. Also, if TotalScore is a number you do not need any quotes around 199 Check this article to learn more about quoting in SQL: http://stackoverflow.com/questions/1992314/what-is-the-difference-between-single-and-double-quotes-in-sql
|
![]() |
Sergey Kornilov admin 9/24/2012 |
I'm afraid there is some sort of confusion here. |
S
|
scoobysteve author 9/25/2012 |
I'm afraid there is some sort of confusion here. Anyway, if you need help with this post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program. It would make more sense if you publish both PHPRunner 6.1 and 6.2 projects there.
|