Subject Re: [IBO] Distibuted DB's ???
Author Geoff Worboys
> How do I go about setting the following up. I want to link 3 or 4
> sites up via a VPN, allowing each of the sites to search the other
> for info pertinent to that site. "Distributed" databases immediately
> jumps to mind. Am I on the right path, and if so, where can I get
> info explaining how to go about this using FB and IBO?

"Distributed" databases generally implies replication etc. If all you
want to do is access multiple databases then you simply use a separate
connection for each database.

If you need to make changes that are committed across multiple
databases simply hook multiple connections up to the one
TIB_Transaction (it supports up to three at designtime, you can add
more at runtime).

Does this help?

--
Geoff Worboys
Telesis Computing