Portal Home > Knowledgebase > Articles Database > PLEASE GIVE ME ADVICE
PLEASE GIVE ME ADVICE
Posted by skeepoola, 12-01-2007, 08:06 PM |
I have an ecommerce site that needs a searchable database. Does anyone know of any opensource databases that I can plug and play onm my site? If not, what is the best database to use? Access, sql, or any others??
Thanks
Skeep
|
Posted by mitchlrm, 12-01-2007, 08:26 PM |
Use MySQL, it is the best free db
|
Posted by BugaSoft, 12-04-2007, 12:00 PM |
You can use MySQL (linux and windows) and PgSQL(linux).
I prefer to use MySQL.
Visit mysql.com to learn more.
If you have an e-commerce site than you don't use a database already? or is still in development.
You can look over oscommerce.com a free e-commerce application,look at the code and at the database schema, it will help you.
|
Posted by holmesa, 12-05-2007, 05:52 PM |
It is definitely not a postgresql (PgSQL) if you ask such a question - use mysql - it is simpler to understand.
If you need an ecommerce solution that already works with database look at oscommerce or a any ecommerce plugin for joomla or drupal. All are free and opensource.
|
Posted by jstanden, 12-07-2007, 06:29 AM |
Agreed!
PostgreSQL is absolutely wonderful, but the learning curve is much steeper.
You can grab a MySQL book and be up and running in a couple minutes -- and your host likely already supports it.
|
Posted by ifeelgood, 12-08-2007, 07:31 AM |
I always code in PHP and i think mysql is very simple and I never had problems with it.
|
Add to Favourites Print this Article
Also Read