Saturday, September 20, 2008

Simple and free Database for Development - Choose Oracle XE or MySQL

Any Web Application, may be that of a moderate size or a huge one needs a DataBase to maintain data.A Database makes a Developer/User/Maintenance person job easier as the data is always seperate from your application.Its a a simple file that is storing your data.You can always retreive your data with the code that you write and is completely up to us on how we get our data .. and most of all its fast and is secure.
Comming to the selection of a database that you need for your development i suggest the developers to take up Oracle XE database which is free version of oracle DB or MySql which is again a free open source database.
Here are some links which might help you.

http://www.oracle.com/technology/products/database/xe/index.html
http://oss.oracle.com/oracle-database-xe.html

http://www.mysql.com/
http://en.wikipedia.org/wiki/MySQL

No comments: