|
-
Nov 11th, 1999, 01:34 AM
#1
Thread Starter
Addicted Member
Hi there. I've made up a program in which each time a textbox is 'validated', it stores the new value in the current recordset. Each time such a modification is made, I'm calling a function that triggers .edit on the recordset. I DO NOT UPDATE right after. This only hapens when the user clicks on the "SAVE RECORD" button.
Will triggering .edit many time on the same recordset affect the memory usage, or will it affect the speed of my application? I solution to this might be, before triggering the .edit, to check if the recordset is already in 'edit' mode. How can this be done?
Thanks!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|