Hi, I noticed there are certain commands I can't pass to DB2, using JDBC to a DRDA server. Among these are:
List Tables
I am currently using
describe select * from ....
... instead, but I want to find more information, such as NOT NULL fields.
Is there another command or other way get this information? I work in a pretty locked down environment, and I'm new to DB2, coming from a SQL Server and Oracle background.
Thanks, Everyone.