5 messages in org.openoffice.fr.prog[prog] date et sql
FromSent OnAttachments
Clément CordaroJul 17, 2005 3:36 am 
Gerard KohlerJul 17, 2005 5:17 am 
Gérard LanoyeJul 17, 2005 8:40 am 
Gerard KohlerJul 17, 2005 3:16 pm 
Pierre BoizotJul 18, 2005 7:38 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[prog] date et sqlActions...
From:Gerard Kohler (koh@oceanetpro.net)
Date:Jul 17, 2005 5:17:46 am
List:org.openoffice.fr.prog

bonjour,

pour des facilité de gestion de tableur, je passe par l'intermédiaire d'une table DBase.

Je bloque sur un point : j'ai un champ date dans ma table, comment faire pour tester ce champ et pour inserer/modifier un enregistrement ?

j'utilise une requete SQL :

instrSQL = "select date,nom,prenom from matable where date = '17/07/2005'" maRequete = maConnexion.createStatement() resuQuery = maRequete.executeQuery(instrSQL)

j'ai une erreur au niveau du format de la date dans instrSQL

Comment Faire ?

Merci de votre aide

gerard