2
A system was developed using Firebird is dbexpress, for migration of this system so that it was possible to use more than 1 database, what would be the best solution? In Delphi XE we have Firedac with access to multiple databases, more when using (Sqlquery + Datasetprovider + Clientdataset) the fields are field types of the table in question are loaded, but these types are not equal for both databases, In this case, can Firedac handle the types of data within it, or is there any other way to do it? Thanks