Problème date access et php
Fermé
drogba7213
Messages postés
1524
Date d'inscription
mardi 14 août 2007
Statut
Membre
Dernière intervention
3 avril 2010
-
30 janv. 2009 à 11:32
aabbassi - 30 janv. 2009 à 16:15
aabbassi - 30 janv. 2009 à 16:15
A voir également:
- Problème date access et php
- Easy php - Télécharger - Divers Web & Internet
- Mfg date - Forum PC portable
- Jm date désabonnement ✓ - Forum Consommation & Internet
- Retour a la ligne php ✓ - Forum PHP
2 réponses
drogba7213
Messages postés
1524
Date d'inscription
mardi 14 août 2007
Statut
Membre
Dernière intervention
3 avril 2010
21
30 janv. 2009 à 13:40
30 janv. 2009 à 13:40
personne ne sait?? svppppppppppp
drogba7213
Messages postés
1524
Date d'inscription
mardi 14 août 2007
Statut
Membre
Dernière intervention
3 avril 2010
21
30 janv. 2009 à 15:58
30 janv. 2009 à 15:58
un peu de nouveau
$date1= $date." 00:00:00";
$sql="SELECT * FROM ARRET_CHAINE WHERE DEBUT = ".$date1;
$req = odbc_exec($conn,$sql) or die('Erreur SQL : <br />'.$sql);
while (odbc_fetch_row($req))
{
$dat = odbc_result($req,"DEBUT");
}
Cela maffiche comme erreur
Warning: odbc_exec() [function.odbc-exec]: SQL error: [Microsoft][Pilote ODBC Microsoft Access] Erreur de syntaxe (opérateur absent) dans l'expression 'DEBUT = 2009-01-30 00:00:00'., SQL state 37000 in SQLExecDirect in C:\Program Files\Apache Group\Apache2\htdocs\www\Logiciel\Utilisateur.php on line 92
$date1= $date." 00:00:00";
$sql="SELECT * FROM ARRET_CHAINE WHERE DEBUT = ".$date1;
$req = odbc_exec($conn,$sql) or die('Erreur SQL : <br />'.$sql);
while (odbc_fetch_row($req))
{
$dat = odbc_result($req,"DEBUT");
}
Cela maffiche comme erreur
Warning: odbc_exec() [function.odbc-exec]: SQL error: [Microsoft][Pilote ODBC Microsoft Access] Erreur de syntaxe (opérateur absent) dans l'expression 'DEBUT = 2009-01-30 00:00:00'., SQL state 37000 in SQLExecDirect in C:\Program Files\Apache Group\Apache2\htdocs\www\Logiciel\Utilisateur.php on line 92
30 janv. 2009 à 16:15