Re: [JDBC] Question of JDBC Driver

2001-10-16 Thread Dave Cramer
The updateable result set functionality has not been implemented. Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Adile Abbadi Sent: October 12, 2001 9:57 PM To: [EMAIL PROTECTED] Subject: [JDBC] Question of JDBC Driver Hi there, I'm

[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.