Click to See Complete Forum and Search --> : COPY .MDB FILE DURING ACTIVE PROGRAM


STANZ
September 11th, 1999, 09:08 AM
HAW I CAN COPY .MDB FILES e.(ALBUM.MDB) FROM C DISK TO FLOPPY DRIVE DURING RUNING PROGRAM. IF A DATABASE e.(ALBUM.MDB) IS IN USE, YOU CAN'T USE 'COPY' COMMAND. DO YOU KNOW ANOTHER WAY. THANKS!

Vlad Chapranov
September 11th, 1999, 09:36 AM
Maybe I did not understand your question, Sorry if so. I do copy using explorer without any problem.
Vlad

STANZ
September 11th, 1999, 10:33 AM
MY VB PROGRAM HAS BACKUP OPTIONS - TO COPY e.g. ALBUM.MDB FILE FROM C DISK TO FLOPPY DISK DURING RUNTIME. COPY COMMAND DO NOT WORK.

September 14th, 1999, 05:13 PM
How are you using the database? If you are using a data control then make sure the "Exclusive" property for the datacontrol is
set to false. Hope this helps...