I need to export firebird database from one server to another.
like:
"IMPORT * FROM 1DB TO 2DB"
or something like that
im using python 3.11 and FDB lib
I need to export firebird database from one server to another.
like:
"IMPORT * FROM 1DB TO 2DB"
or something like that
im using python 3.11 and FDB lib
Copyright © 2021 Jogjafile Inc.
Export data from the first table/database and import it into the second table/database like this: