Subject | Re: [firebird-support] Extract Metadata and Data in Text form |
---|---|
Author | Milan Babuskov |
Post date | 2005-07-29T10:47:40Z |
Alberto Pesce wrote:
to go table by table. You can use a script like this to get the commands:
select 'fbexport -S -V ' || rdb$relation_name || ';'
from rdb$relations
where rdb$system_flag = 0 or rdb$system_flag is null;
--
Milan Babuskov
http://fbexport.sourceforge.net
> How It's possible extract metadata and data in Text format.You can try with FBExport. It does not extract the entire database, you have
> Using isql I extracted only metadata but non the statemant INSERT INTO....
to go table by table. You can use a script like this to get the commands:
select 'fbexport -S -V ' || rdb$relation_name || ';'
from rdb$relations
where rdb$system_flag = 0 or rdb$system_flag is null;
--
Milan Babuskov
http://fbexport.sourceforge.net