Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Deleted Record in RecordSet
Message
De
22/08/2000 06:33:24
 
 
À
Tous
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Titre:
Deleted Record in RecordSet
Divers
Thread ID:
00407655
Message ID:
00407655
Vues:
52
I have created a temporary recordset as follows:

Set rsMem = New adodb.Recordset
With rsMem
.CursorLocation = adUseClient
.LockType = adLockOptimistic
.Fields.Append "Code", adChar, 10
.Fields.Append "Name", adChar, 20
End With

After having appended the temp recordset with records, and then
deleted. When the next round, if I were to Find the matching
recordset, it is able to find (even it was deleted). Any way
to permanently delete the records? (like ZAP command in VFP).
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform