I am trying to map object with fields in Sybase's sysdatabases. But I get the following:

org.exolab.castor.jdo.PersistenceException: Nested error: java.sql.SQLException: "sysdatabases" not found. Specify owner.objectname or use sp_help to check whether the object exists (sp_help may produce lots of output).

while executing SELECT "sysdatabases"."name","sysdatabases"."suid" FROM "sysdatabases": "sysdatabases" not found. Specify owner.objectname or use sp_help to check whether the object exists (sp_help may produce lots of output).

I run the same query in DbVisualizer with the same jTDS driver and it works fine. Mapping to other Sybase tables are fine too. Any idea?
 
Thanks!

--
Alex

Reply via email to