And you can find several examples of that Ivan says, here: http://firebird21.wordpress.com/2013/05/16/importar-datos-desde-otra-base-de-datos/
http://firebird21.wordpress.com/2013/05/31/insertar-modificar-o-borrar-filas-en-una-base-de-datos-externa/ Greetings. Walter. On Fri, Jan 10, 2014 at 9:07 PM, Ivan Přenosil <[email protected]>wrote: > > > > I have a frebird database in which was copied and was updated at the > same time. My questions is how can I transfer the content of one of the > databases to another so that I can unify it and make it as a single file > with all the contents of the 2 separated databases on it? They both share > the same content, because they were duplicated and was updated at the same > time but with different content. > > You can directly send data from one database into another and use them > e.g. in Insert or Update. > Inside EXECUTE BLOCK use EXECUTE STATEMENT with ON EXTERNAL. > Look at syntax and examples in FB documentation, e.g. in FB directory > C:\Program > Files\Firebird\Firebird_2_5\doc\sql.extensions\README.execute_statement2.txt > > Ivan > > >
