Click to See Complete Forum and Search --> : Free DataBase


hind_0a0
May 31st, 2006, 03:31 AM
Hello Friend

Do u know any web site that provide the programer with free database

example

because i need hotel management system database to dvelop my application.
pls if u know try to tell me.

thanks

Shuja Ali
May 31st, 2006, 03:50 AM
You could use SQL Express (http://msdn.microsoft.com/sql/express/). It is totally free.

olivthill
May 31st, 2006, 05:39 AM
There is also MySQL and PostGres. Look for them in Google.

Of course, they might be quite heavy for a small software.

Otherwise you could use simple files, or ISAM files, and maybe that's good enough for you, if you don't need an SQL engine.

There is also the source code of the Berkeley Database avaiblable with a GNU license if I remember well.