Hello, there was an bug in an old version of JDBC-driver which leads to the exception 'No columns updatable'. But this exception also will be thrown when the parsing of the SQL command fails. Whats the version of the driver do you use (java -jar sapdbc.jar -V)? Please try out the newest version of JDBC-driver available at: ftp://ftp.sap.com/pub/sapdb/bin/patch/sapdb-jdbc-bin-7.3.0.23a.jar If the problem still occurs with the newest driver please send me a JDBC-trace (http://sapdb.2scale.net/moin.cgi/JdbcTrace) and, if possible, a vtrace (http://sapdb.2scale.net/moin.cgi/VTrace).
Regards, Marco ---------------------------------------------- Marco PASKAMP SAP DB, SAP Labs Berlin > -----Original Message----- > From: Sebastian Schmidt [mailto:[EMAIL PROTECTED]] > Sent: Freitag, 22. M�rz 2002 12:36 > To: 'SAP DB Community' > Subject: JDBC Question > > > Hello, > I got a problem updating a ResultSet: > I execute a SELECT-Statement to get a ResultSet. The exact > Type of it is > UpdatableResultSetSapDB. > When i try to update a field or insert a new row, I receive > an Exception > saying: 'No columns updatable'. The User Rights cannot be the problem > since i can update and insert Rows with the SQLStudio. I checked the > ResultSetMetaData which tell me that the Columns are not writable. > > Thanks. > christoph > > _______________________________________________ > sapdb.general mailing list > [EMAIL PROTECTED] > http://listserv.sap.com/mailman/listinfo/sapdb.general > _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
