Re: [PHP-WIN] PHP and Multiple databases

2001-05-19 Thread Manuel Lemos
Hello Scott, On 17-May-01 12:42:26, you wrote: >I am fairly new to PHP and have used it on a few sites but I have not been >dealing with databases much (in PHP). I am wanting to know if a single >instance of PHP can be configured to connect to multiple databases or does >is a new instance req

Re: [PHP-WIN] PHP and Multiple databases

2001-05-18 Thread John Lim
Hello, You can try this database library http://php.weblogs.com/adodb This features support for all the above databases. If you are familiar with ASP/ADO, this will be a good fit, as its API is based on ADO. Regards, John "Scott Ellis" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">n

RE: [PHP-WIN] PHP and Multiple databases

2001-05-17 Thread andrew morton
Yes you can. I'd say the major annoyance is that each database has it's own functions that you have to learn. There are some projects to create a uniform database wrapper classes. andrew -Original Message- From: Scott Ellis [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 17, 2001 08:43 To