recompiling with JDBC

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • NagitaK

    recompiling with JDBC



    I have a postgres installation on RH8.

    I want to connect to this using JDBC. I've installed the driver in
    /usr/local/pgsql/share/java and set CLASSPATH.

    I think the default configure option does not enable the JDBC interface so
    is it possible to recompile and still maintain my original databases?

    Thanks,
    NK
  • rstp

    #2
    Re: recompiling with JDBC

    Yes you can re-compile any time and your data will remain intact.
    Ron

    NagitaK wrote:[color=blue]
    >
    > I have a postgres installation on RH8.
    >
    > I want to connect to this using JDBC. I've installed the driver in
    > /usr/local/pgsql/share/java and set CLASSPATH.
    >
    > I think the default configure option does not enable the JDBC interface so
    > is it possible to recompile and still maintain my original databases?
    >
    > Thanks,
    > NK[/color]

    Comment

    Working...