I'm having trouble making a copy of the BD to save.
First I close the DB, then I do a file.Copy finally I open the DB.
SQL.Close, close pending transactions, if any?
Is there a command to check if there are pending transactions and be able to execute them?
Something like:
if SQL.INTRANSACTION Then.
SQL.TRANSACTION.CLOSE
I do not know if I should also save the file -Journal of the database.
Can you orient myself with this topic?
Thanks.
First I close the DB, then I do a file.Copy finally I open the DB.
SQL.Close, close pending transactions, if any?
Is there a command to check if there are pending transactions and be able to execute them?
Something like:
if SQL.INTRANSACTION Then.
SQL.TRANSACTION.CLOSE
I do not know if I should also save the file -Journal of the database.
Can you orient myself with this topic?
Thanks.