in reply to Database problem - dbdimp.c
I just had this very error message, and it was simply that the directory name used for the database was invalid. One possibility is that, since you are on Windows, you are providing a path like this: $dir\dbname instead of: $dir\\dbname. Just a thought.