Re: [JDBC] JDBC 2.0

2001-10-05 Thread Heitzso
> > >Could you please tell me if the Postgres JDBC driver supports JDBC 2.0, >and if so at what version it was introduced? > >Thank you in anticipation >Roger > (Someone correct me if I'm wrong ) Roger, much of jdbc 2 is implemented, much remains to be implemented. Best way to sort this out

[JDBC] JDBC 2.0

2001-10-04 Thread Roger Oed
Could you please tell me if the Postgres JDBC driver supports JDBC 2.0, and if so at what version it was introduced? Thank you in anticipation Roger ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.or

[JDBC] JDBC 2.0 conformance, documentation and todo list

2001-08-07 Thread Rene Pijlman
Hello, I've created a web page that aims to document the level of conformance of the JDBC driver to the JDBC 2.0 API. It also aims to document any deviations from the JDBC standard that have been found. http://lab.applinet.nl/postgresql-jdbc/ No need to say its still far from complete. I just wr

[JDBC] JDBC 2.0 Scrollable Result Sets -- Slightly going mad --

2001-04-05 Thread kalexm
Hi, I'm new in the List. Hopefully Im at the right place for my question. We use Tomcat 3.2., J2EE and J2SE on RedHat 7 We Set up a Postgres 7.0.3 with jdbc7.0-1.2.jar. Classpath is correct. The Code looks like that Class.forName(context.getInitParameter("ClassForName"));