3 messages in org.openoffice.fr.progRE: [prog] Nombre de lignes retournée...
FromSent OnAttachments
Christophe LiénardSep 22, 2005 2:22 am 
Bernard MarcellySep 22, 2005 4:36 am 
Christophe LiénardSep 22, 2005 5:05 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:RE: [prog] Nombre de lignes retournées par une requête SQL (Base 2.0)Actions...
From:Christophe Liénard (chri@varilab.com)
Date:Sep 22, 2005 5:05:26 am
List:org.openoffice.fr.prog

Merci ! Je vais me l'acheter, ce bouquin, vu le bien qu'on semble en dire... Christophe

Utiliser un RowSet. Lui faire parcourir tous les enregistrements : .afterLast On obtient alors le nombre d'enregistrements : .RowCount

Le principe est détaillé dans le livre Programmation OpenOffice.org page 553.

Bernard