Results 1 to 3 of 3

Thread: Jdbc Connection

  1. #1

    Thread Starter
    Member
    Join Date
    Dec 2004
    Posts
    44

    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

  2. #2
    Fanatic Member
    Join Date
    Jan 2005
    Location
    Cebu
    Posts
    607

    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.

  3. #3
    PowerPoster eranga262154's Avatar
    Join Date
    Jun 2006
    Posts
    2,201

    Wink Re: Jdbc Connection

    Quote 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
  •  



Click Here to Expand Forum to Full Width