Ewok wrote: > Nice. So it's only possible with MySQL and MS SQL Server data sources?
That depends on your definition of a database :-) If you look carefully at what MySQL calls a database you will see that it is actually not a database but a schema and all that is implemented is cross-schema queries (ch. 22 of the manual). Oracle can do cross database queries through dblink, but the query will not run in one transaction across both databases. PostgreSQL has a dblink feature similar to Oracle's. Does anybody know if queries against MS SQL Server linked servers run in one transaction? Someday SQL-MED (Management of External Data) might make it possible to include a MS SQL Server database from a query on an Oracle database. 2038 sounds about right for that :-) Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:206079 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

