Re: EDB delete multiple records question
- Posted by ags <eu at 531pi.co.nz> Jul 05, 2005
- 504 views
Greg Haberek wrote: > > > I thought about marking deleted items, but the system will run 24/7 and h= > ave > > to perform the task every 5 minutes anyway. > > What system are you running this on? If you're using Win32Lib, you > could use the w32HIdle event to perform your 'marked' deletes. > > ~Greg It shouldn't actually matter as I have written the database updater as a separate process (which sends IPC messages to the main program to close the database/reopen when it has been updated). Gary