-
Database
Hello,
I want to create a database of sports players. I am pretty familiar with vb.net but recently switched to java because I hear it is a lot better for programming. Anyway I was just wondering if anyone could start helping me with this or at least point me to a tutorial. Thanks!
-
Trail: JDBC(TM) Database Access (The Java™ Tutorials)
Just one link to the sun/oracle website which also contains many, many tutorials from the basics to advanced. A good resource for the novice and experienced.
-
Yeah, I suggest using a real database too - like MySQL. The link doWhile provided should get you going - in the end a real database is very scalable, and you can learn some important skills. SQLite is good for small local databases too!