in reply to Is it possible to connect to multiple DBI servers in a single connection string?

Quite simply, no. I think you had better explain why you might want to do this, as I for one can't actually think of any sensible use for such a facility.

If you want to mirror data updates across more than one database then you probably want to be doing this at the database server level rather than your application code.

/J\

  • Comment on Re: Is it possible to connect to multiple DBI servers in a single connection string?