SQL with Java

Discussion in 'Programming' started by besmend, Mar 10, 2013.

  1. #1
    Can anyone tell me which SQL program is the best to connect with Java?
     
    besmend, Mar 10, 2013 IP
  2. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #2
    Which database is best depends on the needs of the database, not the language you use to connect to it. Since we don't know the needs of the database, we can't tell you which one would be best for you to use.
     
    Rukbat, Mar 10, 2013 IP
  3. sandylabs

    sandylabs Active Member

    Messages:
    53
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    66
    #3
    Java can be connected to any DB. If your data can be easily decomposed to tables, look at MySQL/PostgreSQL, if your data is flexible document , Mongo is better, if your data is graph, choose Neo4J etc
     
    sandylabs, Mar 11, 2013 IP
  4. besmend

    besmend Member

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    31
    #4
    i tried MongoDB and it worked quite well ...thank you :)
     
    besmend, Mar 13, 2013 IP