What is efficient, Oracle or MySQL in PHP? Help !
Moderator: General Moderators
- phazorRise
- Forum Contributor
- Posts: 134
- Joined: Mon Dec 27, 2010 7:58 am
What is efficient, Oracle or MySQL in PHP? Help !
I'm a newbie. I have some plans about desiging an application in PHP. So I want to know the best Database for PHP.
Re: What is efficient, Oracle or MySQL in PHP? Help !
efficient in term of what?
both DB's provide good API's to connect/work from PHP... maybe you should clarify what are you looking for
both DB's provide good API's to connect/work from PHP... maybe you should clarify what are you looking for
- phazorRise
- Forum Contributor
- Posts: 134
- Joined: Mon Dec 27, 2010 7:58 am
Re: What is efficient, Oracle or MySQL in PHP? Help !
I want a BD that can provide ability to store large amount of data in a single field with ease of access.
I'm familier with LOB in Oracle. I tried to use it in my small project in ASP. But I faced some difficulties.
And I don't know much about MySQL.
I'm familier with LOB in Oracle. I tried to use it in my small project in ASP. But I faced some difficulties.
And I don't know much about MySQL.