Problem:
Example of doing backup thru embedded sql.
Resolution:
The key to doing backup is you need to be in autocommit mode
exec sql
SET AUTOCOMMIT ON
end-exec
exec sql
BACKUP DATABASE MICROFOCUSDB TO MICROFOCUS
end-exec
Attachments:
Old KB# 6796
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.