
October 3rd, 2003, 03:36 PM
|
 |
Bug Hunter
|
|
Join Date: May 2003
Location: Transylvania (Romania)
|
|
I think you should restore the database first (Now is in a binary transportable format - this is what gbak did)
Usually the backup files are ended with .gbk or .fbk extension so you cann't confuse with database files .
You can restore a backup file with "-c" option
-C(REATE_DATABASE) create database from backup file
Quote: | gbak -c employee.gbk test.fdb |
Last edited by mariuz : October 3rd, 2003 at 04:09 PM.
|