I tried doing what you said, but the table does not seem to exist.
I am running 10.1.1.0 via the NetworkServerControl API.

In version 10.1, you have to use the old name for the table. Try:

  SELECT * FROM NEW org.apache.derby.diag.LockTable() as LOCK_TABLE

See DERBY-571 for more info: http://issues.apache.org/jira/browse/DERBY-571

thanks,

bryan


Reply via email to