Results 1 to 3 of 3

Thread: Jdbc Connection

  1. #1

    Thread Starter
    Member
    Join Date
    Dec 2004
    Posts
    44

    Jdbc Connection

    i have a code to access a table called album in oracle 8
    its connection code is like
    Code:
    conn=DriverManager.getConnection("jdbc:oracle:thin","system","manager");
    what is wrong here
    DIPLOMA HOLDER IN COMPUTER TECHNOLOGY

  2. #2
    Frenzied Member System_Error's Avatar
    Join Date
    Apr 2004
    Posts
    1,111

    Re: Jdbc Connection

    Quote Originally Posted by gayomard_mehta
    i have a code to access a table called album in oracle 8
    its connection code is like
    Code:
    conn=DriverManager.getConnection("jdbc:oracle:thin","system","manager");
    what is wrong here
    What is the error?

    Did you register the DriverManager?

  3. #3
    Frenzied Member System_Error's Avatar
    Join Date
    Apr 2004
    Posts
    1,111

    Re: Jdbc Connection

    Also, are you connecting from the web?

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