[snip]
Is it possible to interact with multiple RDBMS during a single
request? I seem to remember that with older versions at least, there
was some problems with this, but can't find anything definitive in the
archive or docs.
[/snip]

If they are on one server, yes. Do not select a db, just specify the db
in the queries like

SELECT * FROM database.table

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to