Subject multiple accessa at different databases
Author augello.luigi
I would know if it is possible to access in the same time at two tables of two different databases. I need using records of a table from database to update a table of a second database.
Using Mysql the syntax is:
<database>.<table>.<field>
to refer to a database. How can I do this one with Firebird?

Tanks
Luigi