Subject | Re: error while restoring fb2 database |
---|---|
Author | mohamed.banaouas |
Post date | 2007-09-03T23:34:33Z |
--- In firebird-support@yahoogroups.com, "mohamed.banaouas"
<mohamed.banaouas@...> wrote:
Ivan Prenosil, it's a stored procedure like this:
set term ^ ;
create procedure SP_TESTBLOB (id_in integer, blob_in blob)
returns (id_out integer, blob_out blob) as
begin suspend; end^
set term ; ^
The error occurs even if such proc is the only object in the database.
So what does it mean ? Is blob blr encoding has changed between ODS
10.5 and ODS11?
<mohamed.banaouas@...> wrote:
>procedures.
> > There is blob parameters and local variables, especially in
> > In addition, I can recreate the database under FB1.5 with theI finally isolated the metadata causing the gbak error: as expected by
> > extracted metadata from FB2. Using ibexpert, I verified that the 2
> > databases are identical (database comparer).
> > Do you
> >
>
> Do you know any way to trace gbak activity, some kind of meta-debugger
> to determine witch object caused the error ?
>
> thank you all for your help.
>
Ivan Prenosil, it's a stored procedure like this:
set term ^ ;
create procedure SP_TESTBLOB (id_in integer, blob_in blob)
returns (id_out integer, blob_out blob) as
begin suspend; end^
set term ; ^
The error occurs even if such proc is the only object in the database.
So what does it mean ? Is blob blr encoding has changed between ODS
10.5 and ODS11?