Hi,

within the WebObjects' EnterpriseObject-Framework there will be
SQL-statements generated like 
SELECT PK FROM EO_PK_TABLE WHERE NAME = 'BESUCHER' FOR UPDATE

for generating primary keys, which causes the error "-5015 missing
keyword OF".

Unfortunately I can't change the generated statement to 
SELECT PK FROM EO_PK_TABLE WHERE NAME = 'BESUCHER' FOR UPDATE OF

which will work. As I read in former mails, this is a known bug.

When will the bug be fixed, so the JDBC driver can be used standard
conform?

Or is there any advise, how I can avoid the problem?


Regards
  Martin


_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to