which database is good to use???

Discussion in 'MySQL' started by pown, Aug 28, 2008.

  1. #1
    Hey guys could you please tell me which database is good to use for the java programming language??????
     
    pown, Aug 28, 2008 IP
  2. kmap

    kmap Well-Known Member

    Messages:
    2,215
    Likes Received:
    29
    Best Answers:
    2
    Trophy Points:
    135
    #2
    i use mysql or msaccess

    you can use any db which supports odbc in windows using jdbc

    both hv some advantages and disadvantages

    Regards

    Alex
     
    kmap, Aug 28, 2008 IP
  3. jestep

    jestep Prominent Member

    Messages:
    3,659
    Likes Received:
    215
    Best Answers:
    19
    Trophy Points:
    330
    #3
    I would go with MySQL or MSSQL. Either should have good integration with Java, and both are fast and stable databases,
     
    jestep, Sep 3, 2008 IP
  4. Kentucky.Star

    Kentucky.Star Peon

    Messages:
    46
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    MSSQL is a little more powerful database server in terms of security, but it does cost money.
     
    Kentucky.Star, Sep 4, 2008 IP
  5. Rulzar

    Rulzar Peon

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    SQL Server Express (2008 just came out) is free and easy to use and very powerfull. Most people (even businesses) never even come close to using it to capacity.
     
    Rulzar, Sep 4, 2008 IP
  6. vasago

    vasago Peon

    Messages:
    95
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Java is usually used for big and expensive projects. So it's usually combined with Oracle.
    PostgreSQL has similar to Oracle architecture and sql syntax and it's free.
    MySQL on the other hand is better suited for web applications that do not need the scalability of the above two.

    Btw SQL Server Express supports databases, not bigger than 2 GB. Might be good in some limited cases.
     
    vasago, Sep 5, 2008 IP
  7. mwasif

    mwasif Active Member

    Messages:
    816
    Likes Received:
    23
    Best Answers:
    1
    Trophy Points:
    70
    #7
    I recommend using Oracle as vasago suggested and MySQL being available on both Linux and Windows. MySQL is really suitable for web applications and you might need to work with JSP for small projects then you should have experience with Java+MySQL.
     
    mwasif, Sep 6, 2008 IP
  8. captaincore

    captaincore Peon

    Messages:
    98
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    I also recommend Oracle. but if you're on a budget / beginner / comfortable with LAMP, just go with mysql.
     
    captaincore, Sep 7, 2008 IP
  9. captaincore

    captaincore Peon

    Messages:
    98
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    if you're into MS. then MS SQL Server is an obvious choice.
     
    captaincore, Sep 7, 2008 IP