Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Deleted Record in RecordSet
Message
 
À
22/08/2000 06:33:24
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00407655
Message ID:
00407664
Vues:
24
>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).

Can you please build a small sample (adding records, deleting then finding) for us to try! You don't have ZAP or anything else to do after a Delete.
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform