Fw: [JDBC] [GENERAL] Error messages

2001-10-15 Thread Mihai Gheorghiu
Thanks, I'm referring to messages generated in triggers by Raise Exception and Raise Notice. Mihai -Original Message- From: Barry Lind <[EMAIL PROTECTED]> To: Mihai Gheorghiu <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Sunday, October 14, 2001 11:42 PM Subject: Re:

[JDBC] jdbc capabilities

2001-10-15 Thread Steven Dahlin
What capabilities does the postgresql jdbc have?  Specifically I was testing creating a scrollable, updatable resultset so that I could update a field.  However, upon trying to execute java.sql.ResultSet.updateString() I was informed that the method was not yet implemented.  Is there documen

Re: [JDBC] [Q] Can't get simple JDBC connection to work: "no suit

2001-10-15 Thread Joe Shevland
jdbc:postgresql:... ^^ Cheers, Joe > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Amandeep Jawa > Sent: Friday, 12 October 2001 9:28 AM > To: [EMAIL PROTECTED] > Subject: [JDBC] [Q] Can't get simple JDBC connection to work: "no > suita

[JDBC] Bug Report

2001-10-15 Thread Danny Zhou
I have a timestamp field called "created". I have a result set called rs. When I do rs.getDate("created"), I get a numberformat exception. I did not get this exception using driver 7.0. After I upgraded to 7.1, I get this exception. Xu Zhou (Danny) Tyco Fire & Security Services 4131 Northgate

[JDBC] Question of JDBC Driver

2001-10-15 Thread Adile Abbadi
Hi there, I'm using PostgreSQL ver 7.1 and I am having a bit of a problem with the jdbc driver. I want to use some of the ResultSet methods, but I seem to be having difficulity using some of them. I can't seem to do anything against an updatable ResultSet, such as moveToInsertRow or updateString.