Sujet : [VB6] màj d'un Recordset |
Hepil |
RalphXML a écrit a écrit :
Salut,
Quel type de recordset ouvres-tu ?
Il en existe des Static des dynamics etc...
L'information est assez importante a mon avis.
A+
|
ssssSet rs_types = New ADODB.Recordset
ssssWith rs_types
ssssssss.ActiveConnection = cnx_poco
ssssssss.CursorType = adOpenKeysetssssssssssssss
ssssssss.LockType = adLockPessimisticssssssssssss ssssssss.Open "select * from typeG where père = '0' order by libellé"
ssssEnd With
... |