Hello Andrius, there is a bug in the JDBC driver that occurs when updatable result set is used together with a DEFAULT SERIAL column, and wich produces an endless loop in the driver.
There is currently no work-around possible, except not using a DEFAULT SERIAL column. Thanks for reporting the issue, and sorry for any inconvenience. Regards Alexander Schr�der SAP Labs Berlin > -----Original Message----- > From: Andrius Vilciauskas [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 03, 2002 7:42 AM > To: Schroeder, Alexander > Subject: Re: JDBC. Why this code hangs pc. > > > Good morning Alexander, > > I wasn't clear yesterday. The program stops responding on > rs.updateString > The table definition : > > CREATE TABLE "DBA"."ERP_PARTNERS" > ( > "ID" Fixed (10,0) DEFAULT SERIAL (1), > "CLIENT" Varchar (70) ASCII, > "COUNTRY_ID" Fixed (10,0), > "INCOTERM" Char (3) ASCII, > PRIMARY KEY ("ID") > ) > > Data usage 4%, log usage 12%. I'm the only user of db at > current moment. > I have tried select ... from lockstatistics - no result. > I use java sdk 1.41. on WinxpSP1. > SAPdb version 7.3.0.29 and jdbc driver that you have sent a > month or two > ago. > Can you confirm me that code snipet I have sent works on your pc. > _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
