Subject | Re: [firebird-support] Exception restoring data |
---|---|
Author | Helen Borrie |
Post date | 2009-02-05T02:45:09Z |
At 01:07 PM 5/02/2009, you wrote:
If it is a small table, you could create a new table with exactly the same DDL and pump the data from one to the other until you hit the record that is causing the problem.
However, considering that the -v[erify] text appears *after* something has been written, don't overlook the poss. that it's the *next* table that has a problem...
./hb
>I have a backup of a database and want to restore it, but am gettingWhat exception
>an exception in the restore.
>I am using GBak with verbose output, it lists a number of tables andPipe the verbose output to a logfile (-y path-to-a-textfile-that-does-not-exist) to make it easier to figure out which table is giving the grief.
>record, then stops right after listing a table. I checked the values
>in the table and they all look fine (thankfully it's a small table).
>
>I would really like to get this to work...Is there anything I should
>be looking for? Something I should do?
If it is a small table, you could create a new table with exactly the same DDL and pump the data from one to the other until you hit the record that is causing the problem.
However, considering that the -v[erify] text appears *after* something has been written, don't overlook the poss. that it's the *next* table that has a problem...
./hb