I am writing a script using the SQL functions of Macro Scheduler with a FoxPro DB with a great deal of success.
If I use the debugger and stop the macro before the the close Database function is used, any external changes to the database are not reflected into my script until I shutdown Macro Scheduler and restart it. Does anyone know how to flush the buffers in memory from within Macro Scheduler.
Does anyone know how to pack the DB once records have been removed, maybe a connect string option.
My connection string is
let>connstr=Driver={Microsoft Visual FoxPro Driver};SourceType=DBF;SourceDB=%DDrive%;Exclusive=No; Collate=Machine;NULL=NO;DELETED=YES;BACKGROUNDFETCH=NO;
Alistair
SQL Flush Buffers
Moderators: Dorian (MJT support), JRL
-
- Junior Coder
- Posts: 22
- Joined: Wed Nov 16, 2005 3:58 am
- Location: Gold Coast, Australia