Link to home
Start Free TrialLog in
Avatar of mkobrin
mkobrin

asked on

Cross database queries in Firebird 1.5

Is it possible to query multiple databases, joining the data on the specific common fields, and return a result set of the combined data, and if so, how can this be done.
Avatar of dacasey
dacasey
Flag of Canada image

Yes you use select [column1, column2] from table1, table2 where table1.column1 = table2.column2

Below is a link with some detail for you

http://articles.techrepublic.com.com/5100-10878_11-1050307.html
Avatar of mkobrin
mkobrin

ASKER

Thanks dacasey, but what I am looking for is mutiple data bases, not multiple tables. I know how to do this in MSSQL, but am looking for a way to do this in Firbird 1.5
ASKER CERTIFIED SOLUTION
Avatar of Nick Upson
Nick Upson
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
This question has been classified as abandoned and is closed as part of the Cleanup Program. See the recommendation for more details.