[JDBC] Re: A different compile problem for 7.1.1

2001-05-11 Thread Tim Barnard
Thanks all, for the help. Installing Sun's 1.3.0 version of Java did the trick :-) Tim

[JDBC] AGAIN: still no answer ... peter, or anybody knowledgeable, please ....

2001-05-11 Thread Mark Rosa
dear all, unfortunately the jdbc1 driver can't be compiled. there are several errors popping up when compiling --with-java and also when i try to compile the jdbc interface individually: i already figured out two mistypings in the Statement.java file in

Re: [JDBC] Why?? executeQuery() exception: No results were returnedby the query.

2001-05-11 Thread Jeff Duffy
On Tue, 8 May 2001 15:32:19 -0400 (EDT), Bruce Momjian alluded: Are you saying that this no result error is required by the JDBC standard, or is it a PostgreSQL bug? The JDBC specification does not address this level of granularity, but I am not aware of any other JDBC implementation

[JDBC] moveToInsertRow() : Method Not Implemented

2001-05-11 Thread Olivier Denier
Hi, In my current development project, i would like to use the moveToInsertRow() method (JDBC 2.0). But i have with the code below an Exception : 'Method Not Implemented' error Statement vInsert = pConnection.createStatement(); if (vInsert != null) {

[JDBC] FW: [JBoss-user] Postgres woes: solution

2001-05-11 Thread Hunter Hillegas
Is this a bug or is this per the spec? This was from the JBoss list. -- Forwarded Message From: Jim Downing [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Fri, 11 May 2001 10:47:25 +0100 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Postgres woes: solution I found the solution to my

[JDBC] moveToInsertRow() : Method Not Implemented

2001-05-11 Thread Olivier Denier
Hi, In my current development project, i would like to use the moveToInsertRow() method (JDBC 2.0). But i have with the code below an Exception : 'Method Not Implemented' error Statement vInsert = pConnection.createStatement(); if (vInsert != null) {