QUESTION SQL0805N message "NULLID.ABTD3200" is not found SQLSTATE= 51002 when attempting to create a query on a new database ANSWER This message signals that you forgot to bind VisualAge to your database. For IBM Database Managers, you must bind to a database before using it. If you are using VisualAge for OS/2, you can do this from the Transcript window by typing the following where 'dbname' is the name of the database being binded to: AbtDbmSystem activeDatabaseMgr bindToDatabaseNamed: 'dbname' If you prefer, you can bind to the database from an OS/2 command line: sqlbind abtd3200.bnd 'dbname' sqlbind abtd1600.bnd 'dbname' If you are using VisualAge for Windows, you must first create an empty database from your OS/2 server machine. Then type the following command at an OS/2 command prompt: SQLBIND ABTDW20.BND dbname /F=IS0 For more information on the Sqlbind command, consult DB2/2 Command Reference manual.