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
  • 16,256
  • 15
  • 86
  • 137
daniel gratzer
  • 52,833
  • 11
  • 94
  • 134

3 Answers3

1

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
  • 20,107
  • 7
  • 46
  • 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
  • 52,833
  • 11
  • 94
  • 134
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,904
  • 1
  • 22
  • 37