Re: [JDBC] JDBC driver implementation

2001-10-26 Thread Barry Lind
The jdbc driver does not support updateable result sets. If you want to update the data you need to do it the old fashioned way (i.e. use update SQL statements). thanks, --Barry Robinson wrote: > Hello, > > I have a situation where I just want the changes to be made temporarily > in the R

[JDBC] JDBC driver implementation

2001-10-26 Thread Robinson
Hello, I have a situation where I just want the changes to be made temporarily in the ResultSet.   I don't want to commit the changes to the database.   When I use the ResultSet.updateString(...), ResultSet.updateBoolean(...), or ResultSet.updateObject(...) methods;  I get the message "This method