Jump to content

SQL vs MySQL (Combine with Java)

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
8 replies to this topic

#1
Dreamcatcher

Dreamcatcher

    Learning Programmer

  • Members
  • PipPipPip
  • 39 posts
Hi all,
As the name of topic said i would like to have your sentences... I have a project in which almost all are very familiar with Java. This application could use a database to draw or save some data. What database system should i used for a better result... Also i would like to have some suggestions for good tutorial for combining the Java App with the Database.


Thank in advance...:cool:

#2
Ancient Dragon

Ancient Dragon

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 400 posts
SQL is a programming language for databases. MySQL is a database that implements the SQL, a few others are MS SQL, Informix, Oracle and MS Access. I don't have a clue about Java.
Visit Grandpa's Forums, a social networking forum, with family-oriented arcade games, blogs, discussion forums, and photo albums.

#3
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
I would focus on just learning SQL. There's a good one at w3schools. Be aware that each type database as subtle differences in the dialect of SQL.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#4
Dreamcatcher

Dreamcatcher

    Learning Programmer

  • Members
  • PipPipPip
  • 39 posts
Basically i would like to know which combination of Java+ ( db structure ) is more easily implement and is stable in general....:closedeyes:

#5
ksemeks

ksemeks

    Learning Programmer

  • Members
  • PipPipPip
  • 57 posts
Well, java + oracle, of course.
// d-_-b+

#6
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
I prefer SQL Server, MySQL, or Firebird to Oracle. Oracle is VERY expensive.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#7
Dreamcatcher

Dreamcatcher

    Learning Programmer

  • Members
  • PipPipPip
  • 39 posts
Thanks for the answer... As i see i could use Java + SQL Server....Could you please post some gathering tutorials for the point of connect the database and the app?? I mean a good tutorial for connect write and read data from the database... thanks again...^^

#8
Orjan

Orjan

    Writes binary right handed and hex left handed

  • Moderators
  • 3,298 posts
an easy google search on jdbc and mssql gave this: http://www.nalinmaka...ver-using-jdbc/
__________________________________________
I study Information Systems at Karlstad University when I'm not on CodeCall

#9
Dreamcatcher

Dreamcatcher

    Learning Programmer

  • Members
  • PipPipPip
  • 39 posts
Nice thanx
"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity." -- Dennis Ritchie