0

Hey I am new to java and wondering where to learn about JDBC, any help is appreciated. I have looked at oracles documentation but am still having difficulty with getting even a simple database to run. Thanks in advance.

MPelletier
  • 15,673
  • 14
  • 84
  • 131
Daniel Gratzer
  • 51,647
  • 11
  • 93
  • 131

3 Answers3

2

At least two sites just for jdbc tutorials :)

http://www.jdbc-tutorial.com/

http://www.jdbctutorial.net/

Similar post on SO

Java and SQLite

JDBC Video Tutorials

General JDBC Setup

Wiki book

http://en.wikibooks.org/wiki/Java_JDBC_using_SQLite

Community
  • 1
  • 1
mprabhat
  • 19,801
  • 7
  • 44
  • 63
0

I too had the same problem and used http://www.zentus.com/sqlitejdbc/. This helped me a lot. I was wondering what you were planning on using the database for. That would help me give you a better recommendation. However for your purposes, you may be better off with serialization.

Daniel Gratzer
  • 51,647
  • 11
  • 93
  • 131
0

I used the JDBC trail when I need to write an ETL program and it helped me out quite a bit. That and the Javadocs API's.

Chris Aldrich
  • 1,886
  • 1
  • 22
  • 37