|
-
Sep 24th, 2006, 02:01 AM
#1
Thread Starter
Member
Jdbc Connection
could anyone tell me how to set up a connection with a code i created in java to a sql table called album
please let me know how to setup drivers etc.
i am an absolute novice in jdbc
DIPLOMA HOLDER IN COMPUTER TECHNOLOGY 
-
Sep 26th, 2006, 07:48 PM
#2
Fanatic Member
Re: Jdbc Connection
See if you can find this helpful, http://www.kitebird.com/articles/jdbc.html. It's actually for MySQL but the same applies to most (if not all) JDBC connectivity. In fact, you just have to have Connetion interface to receive a specific connection or vendor specific. Statement is also an interface so wouldn't worry on anything vendor specific.
-
Sep 27th, 2006, 12:49 AM
#3
PowerPoster
Re: Jdbc Connection
 Originally Posted by nebulom
See if you can find this helpful, http://www.kitebird.com/articles/jdbc.html. It's actually for MySQL but the same applies to most (if not all) JDBC connectivity. In fact, you just have to have Connetion interface to receive a specific connection or vendor specific. Statement is also an interface so wouldn't worry on anything vendor specific.
It's a nice artical on JDBC. thanks. I think ther is enough details to learn about JDBC connection. Isn't it?
“victory breeds hatred, the defeated live in pain; happily the peaceful live giving up victory and defeat” - Gautama Buddha
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|