Driver for postgresql

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nehashri
    New Member
    • Jan 2007
    • 49

    Driver for postgresql

    Hi,
    I am using postgresql 8.1 an I am trying to connect to the postsql from
    JSP and servlets in linux platform but I cannot find the driver name for the postgresql so I can use it in the jsp connection.

    I would appreciate your help.

    Thanks,
    neha
  • michaelb
    Recognized Expert Contributor
    • Nov 2006
    • 534

    #2
    If you want to use JDBC you may need to read this:

    Comment

    • nehashri
      New Member
      • Jan 2007
      • 49

      #3
      thnx for the reply but wat is the adv of jdbc over odbc in postgresql as back end n frontend connection with jsp.........

      Comment

      • michaelb
        Recognized Expert Contributor
        • Nov 2006
        • 534

        #4
        Advantages could be the wrong starting point for you.
        I think you may need to consider your environment, platform, tools, API, etc.
        If you're in Java, then JDBC could provide a more natural interface, although it is still built on ODBC, so if you have a prior experience with ODBC you may find it helpful.

        You may find more information in these references:

        JDBC vs. ODBC

        jdbc.pdf

        Comment

        • nehashri
          New Member
          • Jan 2007
          • 49

          #5
          okiees thnx a lot

          Comment

          Working...