J
|
Jane 6/19/2009 |
Stefano, |
S
|
stalbone author 6/19/2009 |
Stefano, If it doesn't help zip your project file and database and open a ticket at http://support.xlinesoft.com sending files along with instructions on reproducing this error.
|
![]() |
Sergey Kornilov admin 6/19/2009 |
As far as I know now() function doesn't exist in SQL Server. |
S
|
stalbone author 6/19/2009 |
As far as I know now() function doesn't exist in SQL Server. I recommend to test your query in SQL Server first and then apply it in ASPRunnerPro.
|
![]() |
Sergey Kornilov admin 6/19/2009 |
{fn NOW()} and NOW() are not the same, right? |
S
|
stalbone author 6/19/2009 |
{fn NOW()} and NOW() are not the same, right? You can try to copy your SQL query from SQL Server management studio as is. You can also use recommended getdate() function instead of now() which is not a part of T-SQL.
|
S
|
stalbone author 6/20/2009 |
{fn NOW()} and NOW() are not the same, right? You can try to copy your SQL query from SQL Server management studio as is. You can also use recommended getdate() function instead of now() which is not a part of T-SQL.
|
J
|
Jane 6/24/2009 |
What ASPRunnerPro version do you use? |
S
|
stalbone author 6/25/2009 |
What ASPRunnerPro version do you use?
|
J
|
Jane 6/25/2009 |
Please zip and send your project and database to support@xlinesoft.com for investigation. |
S
|
stalbone author 6/25/2009 |
Please zip and send your project and database to support@xlinesoft.com for investigation.
|
C
|
clig 6/25/2009 |
Sorry Jane but i working with sql2000 server and it's difficult to zip database... However I have referred the query and this works very well. Where is the error? Mystery... <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=42176&image=1&table=forumreplies' class='bbcemoticon' alt='<<' /> Many thank's Stefano SELECT AGENDA_atta.[Agenda_Attività ], AGENDA_atta.Agenda_User, COUNT(AGENDA_atta.[Agenda_Attività ]) AS Totale, AGENDA_atta.Agenda_Anno, dbo.AGENDA_Codici_Attivita.Descrizione_codice FROM AGENDA_atta INNER JOIN dbo.AGENDA_Codici_Attivita ON AGENDA_atta.[Agenda_Attività ] = dbo.AGENDA_Codici_Attivita.Codice_SAP GROUP BY AGENDA_atta.[Agenda_Attività ], AGENDA_atta.Agenda_User, AGENDA_atta.Agenda_Anno, dbo.AGENDA_Codici_Attivita.Descrizione_codice ORDER BY AGENDA_atta.Agenda_Anno DESC, dbo.AGENDA_Codici_Attivita.Descrizione_codice
|
J
|
Jane 6/26/2009 |
Hi, |