J
|
Jane 8/5/2010 |
Hi, |
K
|
kkiboo author 8/5/2010 |
Thanks for the reply. select count(*) FROM ADT where RECORD_DATE=to_char(sysdate, 'DD-MON-YY')
select count(*) FROM ADT where RECORD_DATE=to_date(sysdate, 'DD-MON-YY')
|
A
|
ann 8/6/2010 |
Hi, |
K
|
kkiboo author 8/6/2010 |
Hi, please publish your database creation script or a screenshot of the 'ADT' table.
|
K
|
kkiboo author 8/9/2010 |
Just checking again to see what information you needed precisely. Thanks.... |
J
|
Jane 8/10/2010 |
Hi, |
K
|
kkiboo author 8/10/2010 |
Hi, please post structure of your ADT table or RECORD_DATE field type. Also you can zip and send database creation script to support@xlinesoft.com so we can troubleshoot this error on the test project.
|
J
|
Jane 8/11/2010 |
Hi, $strWhereClause = whereAdd($strWhereClause, "RECORD_DATE=sysdate");
$strWhereClause = whereAdd($strWhereClause, "to_char(RECORD_DATE, 'DD-MON-YY')=to_char(sysdate, 'DD-MON-YY')"); |
K
|
kkiboo author 8/12/2010 |
Hi, |
K
|
kkiboo author 8/12/2010 |
If we could even get this work, would it apply to everytime the table is queried? I only want this to apply to the first time the list page loads, no on subsequent searches or whatnot. I assume this is across the board, which is not good. |
K
|
kkiboo author 8/13/2010 |
Thanks to people who wracked their brains trying to help me with this! |