php & mysql integrated with other dbms, like oracle

G

Guest

Guest
Hi,

I do not know much about php and mysql. It could be an interesting "platform" for my company if it is possible to create solutions with MySql and PHP that can combine mysql data with for example Oracle.
Like ODBC technology on a Windows platform.

What are the possibilities for such integration ?

:roll:
vbr. Halvor
 
Hm-m-m...

Of caurse you can do what you want. for exemple you can find some string from mysql data and compare with some Oracle data...

But PHP can work with other data bases full list of them is here

http://www.php.net/manual/en/intro-whatcando.php
 
Any combination of mySQL and Oracle would simply be "watering down" your Oracle. Oracle is the best, mySQL is popular because it's free. PHP supports both so it would be trivial to code an application which used them both but why would you want to? If you have access to Oracle that's what you'd use, the only reason to include mySQL is to have it "supported" by the software in the absence of Oracle.
 
If your company is already using Oracle, just stick to that and code your pages appropriately.
 
Back
Top