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:
SQL vs MySQL (Combine with Java)
Started by Dreamcatcher, Apr 28 2010 03:03 AM
8 replies to this topic
#1
Posted 28 April 2010 - 03:03 AM
|
|
|
#2
Posted 28 April 2010 - 03:21 AM
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
Posted 28 April 2010 - 04:41 AM
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.
#4
Posted 28 April 2010 - 11:37 AM
Basically i would like to know which combination of Java+ ( db structure ) is more easily implement and is stable in general....:closedeyes:
#5
Posted 28 April 2010 - 12:43 PM
#6
Posted 28 April 2010 - 04:10 PM
I prefer SQL Server, MySQL, or Firebird to Oracle. Oracle is VERY expensive.
#7
Posted 29 April 2010 - 12:33 AM
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
Posted 29 April 2010 - 08:57 AM
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
I study Information Systems at Karlstad University when I'm not on CodeCall
#9
Posted 29 April 2010 - 09:22 AM
Nice thanx
"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity." -- Dennis Ritchie


Sign In
Create Account


Back to top









