J
Jamessh
Guest
Hi, I have a coldfusion server running a webapp that uses an access database. It is hosted on a secure server and I only have ftp rights.
My problem is this:
I want to automate a backup on our servers of this database.
I created a java program to ftp the file down but I didnt have rights so I checked into it and while the webapp is using the database I cannot copy the .mdb file.
I did some research and found that if you use access to open the .mdb and use exclusive you can then copy the .mdb, shared you cannot.
Is there a way I can connect to this .mdb file( I am just connecting through a datasource ) so that I can copy the .mdb at will?
Thanks in advance
My problem is this:
I want to automate a backup on our servers of this database.
I created a java program to ftp the file down but I didnt have rights so I checked into it and while the webapp is using the database I cannot copy the .mdb file.
I did some research and found that if you use access to open the .mdb and use exclusive you can then copy the .mdb, shared you cannot.
Is there a way I can connect to this .mdb file( I am just connecting through a datasource ) so that I can copy the .mdb at will?
Thanks in advance