Error Executing Database Query.
|
|
[Macromedia][SQLServer JDBC Driver][SQLServer]'Statistique' : nom d'objet incorrect.
|
| |
L´erreur s´est produite dans D:\Inetpub\wwwroot\Gardanne\_EnregistrerStatistique.cfm: line 17
Appelé depuis D:\Inetpub\wwwroot\Gardanne\Gardanne2006.cfm: line 29
Appelé depuis D:\Inetpub\wwwroot\Gardanne\_EnregistrerStatistique.cfm: line 17
Appelé depuis D:\Inetpub\wwwroot\Gardanne\Gardanne2006.cfm: line 29
|
15 : <CFQUERY NAME="read" DATASOURCE="#BaseSQL#">
16 : SELECT * from Statistique
17 : WHERE DateStat = #aujourdhuiSQL# and Service = '#site#' and Rubrique = '#rubrique#' and Page = '#page#'
18 : </CFQUERY>
19 : <cfif read.recordcount is 0>
|
|
| SQL |
SELECT * from Statistique
WHERE DateStat = {ts '2008-05-17 00:00:00'} and Service = 'www.cinepaca-festgardanne.com' and Rubrique = 'Gardane' and Page = 'http://www.cineclic.fr/Gardane/Gardanne2004.cfm'
|
| DATASOURCE |
cinefil3 |
| VENDORERRORCODE |
208 |
| SQLSTATE |
42S02 |
|
Essayez ce qui suit :
- Consultez le Manuel de référence CFML pour vous assurer que vous utilisez bien la syntaxe correcte.
- Effectuez une recherche dans la base de connaissances pour trouver une solution à votre problème.
|