On lines 313 and 324 db/drivers/dbf/tables.c contains a call to 'mv'. This fails under Windows as the command cannot be found. There is a #ifdef __MINGW32__ between the two calls. If this becomes true, do we still need the mv calls ? Moritz