RE: [PHP] Multiple RDBMS in one request

2004-01-14 Thread Jay Blanchard
[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

Re: [PHP] Multiple RDBMS in one request

2004-01-14 Thread CPT John W. Holmes
From: Geoff Caplan [EMAIL PROTECTED] 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. Yes, you can open up multiple

Re: [PHP] Multiple RDBMS in one request

2004-01-14 Thread Geoff Caplan
John CJWH Yes, you can open up multiple connections to different database systems in a CJWH single script. Thanks for the quick response: saved me from spending half a day setting up a new RDBMS to try it out... CJWH Each one is separate, though; you're not going to be doing CJWH any joins