Re: [PHP] Changing databases from MySQL to Oracle

2005-11-11 Thread Bernhard Janetzki
On Friday 11 November 2005 19:29, Bernhard Janetzki wrote: > On Friday 11 November 2005 19:21, Janet Smith wrote: > > I am new to PHP and am trying to learn how it works. > > > > We have a PHP program that is using MySQL. We are wanting to use our > > Oracle database instead. The Oracle database is

Re: [PHP] Changing databases from MySQL to Oracle

2005-11-11 Thread Bernhard Janetzki
On Friday 11 November 2005 19:21, Janet Smith wrote: > I am new to PHP and am trying to learn how it works. > > We have a PHP program that is using MySQL. We are wanting to use our Oracle > database instead. The Oracle database is on a different server that our PHP > program. Does any one know how

RE: [PHP] Changing databases from MySQL to Oracle

2005-11-11 Thread Jay Blanchard
[snip] I am new to PHP and am trying to learn how it works. We have a PHP program that is using MySQL. We are wanting to use our Oracle database instead. The Oracle database is on a different server that our PHP program. Does any one know how I can change connections from MySQL to Oracle? We have