Re: [JDBC] reteptools.jar

2001-02-23 Thread Peter T Mount
Quoting Mike Cannon-Brookes [EMAIL PROTECTED]: What is this for? Anything useful in it Peter? I assume some purpose but it just seems to compile and sit around ? ;) It's my own in house suite of tools for JDBC (both using developing). I decided at the start of the year to release them

Re: [JDBC] reteptools.jar

2001-02-23 Thread Peter T Mount
Quoting Travis Bauer [EMAIL PROTECTED]: Peter T Mount ([EMAIL PROTECTED]) wrote: [deleted text] Now why put them into PostgreSQL rather than separately? Well it's because 90% of them were written specifically for PostgreSQL (although the core XML stuff in cvs already also works

[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 ^@ Looks like

Re: [JDBC] JBuilder4 ...

2001-03-06 Thread Peter T Mount
Quoting The Hermit Hacker [EMAIL PROTECTED]: On Tue, 6 Mar 2001, Peter T Mount wrote: Quoting Catalin CIOCOIU [EMAIL PROTECTED]: I have a problem when I use JDBC Explorer. In some cases it don't return the errors. par example: select * frum table

Re: [JDBC] RE: Compiling

2001-04-02 Thread Peter T Mount
Quoting Peter Eisentraut [EMAIL PROTECTED]: Marko Kreen writes: On Thu, Mar 29, 2001 at 09:50:04AM +0100, Peter Mount wrote: At 13:04 27/03/01 +0200, Marko Kreen wrote: On Tue, Mar 27, 2001 at 07:54:15AM +1000, Mike Cannon-Brookes wrote: 3) currently we seem to have a build

Re: [JDBC] Jdbc driver

2001-04-02 Thread Peter T Mount
Quoting sugumar [EMAIL PROTECTED]: Connection con=DriverManager.getConnection ("jdbc:postgresql://192.168.230.148/meeting,postgres,postgres"); Your url is wrong, it should read Connection con=DriverManager.getConnection ("jdbc:postgresql://192.168.230.148/meeting","postgres","postgres");

Re: [JDBC] Re: Couple of patches for jdbc driver

2001-08-23 Thread Peter T Mount
Quoting Bruce Momjian [EMAIL PROTECTED]: The other reason for telling people who are experiencing problems with the driver to get the latest version is that their bug has probably already been fixed. However a certain degree of caution should probably be exercised here. The

[JDBC] Fw: JDBC Bug Report

2001-09-14 Thread Peter T Mount
Hi guys, this has been sent direct to me. Peter --- Hi, I have a table with those column name position and local and I use the JDBC for PostgreSQL as you provided. But when I run the my Java Application. I t prompts up SQLException: parser: parse error at or near position(local)

[JDBC] Fwd: Large Objects (please help)

2001-10-08 Thread Peter T Mount
I'm forwarding this to the jdbc list. Peter Hi Peter, I am trying to insert and/or select from Postgres a gif image by using the Large Object type. I am writing a Java client and middle tier to a Postgres db backend using your JDBC driver and I have hit an issue with what your documantation