On Oct 7, 9:54 am, Lester Guerzon <[email protected]> wrote: > I want to create a database, how do i create one?
Hello, you need to download one and install ;) Depends on what database do you want. I don't have much exp because I work mostly with MySQL at work. I know a little bit Oracle as well but I use it only at classes. There are many other comercial and opensource database systems It depends on your operating system too. If you've got Windows you can download WAMP server, install it and then you'll have apache server, mysql database and php on your computer. Of course you'll use only MySQL database from that pack :) After installing WAMP you'll have to download drivers for Java to be able to connect your applications with database. Here are some links: http://www.wampserver.com/en/ http://www.mysql.com/ http://www.mysql.com/products/connector/ http://dev.mysql.com/doc/refman/5.1/en/general-installation-issues.html But there are also other database systems: http://www.oracle.com/us/products/index.htm http://www.postgresql.org/ http://www-01.ibm.com/software/data/db2/ http://www.microsoft.com/sqlserver/2008/en/us/default.aspx --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaprogrammingwithpassion?hl=en -~----------~----~----~----~------~----~------~--~---
