Search:

Type: Posts; User: syedbhai

Search: Search took 0.12 seconds.

  1. Re: ava.lang.ClassNotFoundException: jdbc:odbc:ABCODBC1

    Hi,
    In the second statement pass the db username and password as second and third parameters resp.
    If password is not available atleast provide just the username.
    Also, did you already...
  2. Re: ava.lang.ClassNotFoundException: jdbc:odbc:ABCODBC1

    Hello.
    When using JDBC, first we have to load the driver class.
    Then we have to get Connection object by passing url, username and password (if available).
    I believe when loading class you...
Results 1 to 2 of 2