A system was developed using Firebird is dbexpress, to migrate this system so that it would be possible to use more than 1 database, what would be the best solution? In Delphi XE we have the FireDac with access to multiple databases, most when using (SQLQuery + DataSetProvider + ClientDataSet) fields are field types of the table in question are loaded, plus these types are not the same for both banks in this if FireDac can handle data types within it or is there any other way to do it? Thank you