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.
            Asked
            
        
        
            Active
            
        
            Viewed 118 times
        
    3 Answers
1
            
            
        At least two sites just for jdbc tutorials :)
Similar post on SO
Wiki book
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
 
     
    