000-733  Exam

Exam # of questions Description  Update
000-733 131 DB2 9 Application Developer... 02/15/2011
[Practice Test]    [Download Study Guide(PDF)]   [Update Exam]

000-733 - Exam Information
  • Description: DB2 9 Application Developer
  • Passing Score: 0%
  • Practice Test - Number of questions: 131 questions
  • Simulation Test - Number of questions: 131 questions
  • Simulation Test Duration: 120 minutes
  • Has explanations: No

Question of the day

If the following code is executed in the order shown: conDB2 As DB2Connection con DB2.ConnectionString = "Server=RmtDB2;UID=db2user;PWD=db2pwd;" conDB2.Open()

Answer(s)

  1. the remote database listens on port 50000, which of the following statements iscorrect?A. An exception is thrown because the port number has not been specified.
  2. An exception is thrown because the database name has not been specified.
  3. The execution is successful provided the RmtDB2 host name has been previously added tothe local hosts table.
  4. The execution is successful provided the remote database has been previously added to thelocal database catalog.
Correct Answer

An exception is thrown because the database name has not been specified.