0
I use the Absolute Data Base database. It is an embedded database with multiple network connection feature.
I am making a backup system to copy the . abs file generated by the bank. The problem is that as the file is in use, I cannot perform the copy. I have to disconnect to perform such process.
There is some way to make this copy of the file in use. If the system was networked, all logged in users should be disconnected?
Thanks, but I already have and use it. I wanted a function to add on my system
– André
@André, see the link in the reply.
– Robss70
For you, it is impossible to implement a backup service that was triggered at dawn ? I say this, because in addition to the backup, sometimes it may be necessary a Vacuum or something like that. (we used Postgresql, and we had the same problem)
– Victor Tadashi
Thanks, I’ll check it out. I haven’t seen the link. About shooting this at dawn for this system is unviable, because in 85% of cases, will be used in business hours in single-user mode.
– André