Search:

Type: Posts; User: copeg

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    3,728

    Re: Need help to connect to PostgreSql

    The links on this page point to the driver jar file which should be placed on your classpath. Don't unpack/unzip this file (which it looks like you've done based upon the directory structure you...
  2. Replies
    3
    Views
    3,728

    Re: Need help to connect to PostgreSql

    Try:


    Class.forName("org.postgresql.Driver");
Results 1 to 2 of 2