>Do I just put the command line into Windows Command Prompt under Accessories?
Yes, if that is where the command prompt is.
>One more thing, someone told me that since firebird is based on SQL,
it is OK to just use the Windows copy & paste function to back up
the database. Of course I haven't try that.
Completely wrong. That will only work if there are no Firebird process accessing the database. If there is, you will likely corrupt the database.
SQL is an Ansi standard for a computer language. It has no relevance to operating system functions.
>What I have tried is using Windows Backup under Accessories-System Tool-Backup to:
>1.
backup the database, then 2. move the original database to somewhere
else, & then 3. restoring the database from backup file. IT DID
WORK! Also when I deleted the restored backup file & moved >back the
previously moved original database file, it looks still OK.
I don't think this is really safe either. Unless Firebird is shut down. Windows backup needs to do a shadow backup if this is to work while live. Furthermore these tools do not report on the internal consistency of the database.
You can only use gbak to backup an open firebird database. Fibs also uses Gbak. It just wraps a gui around it.
Have you actually had any issues with database corruption?
Graham Chiu
Beta Downloads and Documentation Wiki
Developer Forum