Java DB
I'm trying to create a java recipe book. I know a bit about Java, but I'm not sure how to interact with a DB. Can anybody point me to a good tutorial that might help me out? Thanks.
[196 byte] By [
evenflow58] at [2007-11-11 7:18:48]

# 2 Re: Java DB
Here's an example on how to connect to an MS SQL database. You can easily switch to another db by modifying the driver and url.
You will need the .jar file containing the driver though, but it can be downloaded from the db vendor.
http://www.javadb.com/?ex=MTAzNjgwMF81MjYyMjMyNjg2MzE0NTk4NTE%3D
Javaman