[JDBC] JDBC : problem to update DECIMAL column.

2001-03-05 Thread Igor Hribik
Hello, we are using jdbc6.5-1.2.jar driver for connection to PostgreSQL database. We have a problem to update DECIMAL column when we are using CachedRowSet in JDBC application created inside Forte for Java IDE. We suppose this a bug in driver. From our investigations it seems it might be a problem

Re: [JDBC] JDBC : problem to update DECIMAL column.

2001-03-05 Thread Peter T Mount
Quoting Igor Hribik <[EMAIL PROTECTED]>: > Please could you inform us, if this issue will be solved by you or if > there is new version of driver. 7.1 is currently in beta, and is the most complete driver to date. -- Peter Mount [EMAIL PROTECTED] PostgreSQL JDBC Driver: http://www.retep.org.uk

[JDBC] Re: [INTERFACES] 'Unknown Result Type' - JDBC Driver

2001-03-05 Thread Peter T Mount
Quoting Rini Dutta <[EMAIL PROTECTED]>: redirecting to the JDBC list: > I am using the JDBC interface. Does anybody know what > could lead to the following two errors I ran into - > This seems to have been followed by a whole lot of > occurences of - > > 2. Unknown Response Type ^@ Look

[JDBC] Re: [COMMITTERS] pgsql/ /aclocal.m4 /build.xml /configure /conf ...

2001-03-05 Thread Peter Eisentraut
Peter Mount writes: > What it does is add a new option to configure: --with-java > > This option tells configure to look for ant (our build tool of choice) and > if found, it then compiles both the JDBC driver and the new tools as part > of the normal make. Nice! >

Re: [JDBC] Re: [INTERFACES] 'Unknown Result Type' - JDBC Driver

2001-03-05 Thread Rini Dutta
I am using postgresql 7.0.2 . This is the first time I ran into this error. It seemed to me like whatever(???) triggered the error 'Cannot handle multiple result groups' messed up all queries which followed on the same JDBC Connection (I kept getting 'Unknown Response Type'). Btw, this was on NT