
JET database halting system
I have a program which, of necesity, has to keep a database open at all
times.
All goes well, until the database is removed(ie, it's on a disk, and
it's taken out of the machine) and my program tries to write it.
I'm getting the blue screen, stating that windows needs disk FFFF-FFFF
to continue operation.
I can't seem to trap this error. I'd rather have my program request the
disk, than have windows have it's way with the user.
(I've got a semi-workaround(it works around the problem 75% of the time)
but I'd rather not work-around)
-Adam
please cc to