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

Siven the following code fragment: Try Dim cmdStaff As DB2Command = cnDb2.CreateCommand() Dim rdrStaff As DB2DataReader cmdStaff.CommandText = "SELECT name, dept, job FROM staff" rdrStaff = cmStaff.ExecuteReader() rdrStaff.Read() Catch Xcp As ... ... End Try Which of the following classes should be used in the Xcp Catch block to intercept the exceptions returned by the data provider?

Answer(s)

  1. DB2Exception
  2. SQLException
  3. System.Exception
  4. System.InvalidOperationException
Correct Answer

DB2Exception