Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Deleted Record in RecordSet
Message
From
22/08/2000 06:33:24
 
 
To
All
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Title:
Deleted Record in RecordSet
Miscellaneous
Thread ID:
00407655
Message ID:
00407655
Views:
51
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).
Next
Reply
Map
View

Click here to load this message in the networking platform