multiple different databases no problem?

wxdqz

New Member
Hi,


I need to do a project which will deal with connecting different databases, and presenting some sort of merge in a web browser.

for instance, on server A, I've got an oracle database, on server B, I've got an mysql database, and I want to collect records from both databases based on a common key (let's say hostname), and present them via a web server. (and if possible, present them in an attractive layout, rather than just displaying a list of records).

Is this something php can do for me, and if yes, are there some sort of graphical tools to achieve this more easily than coding everything ?


I welcome your input.

Regards,

Tom.
 
Back
Top