70-545  Exam

Exam # of questions Description  Update
70-545 99 Microsoft Visio 2007, Application Development... 02/15/2011
[Practice Test]    [Download Study Guide(PDF)]   [Update Exam]

70-545 - Exam Information
  • Description: Microsoft Visio 2007, Application Development
  • Passing Score: 0%
  • Practice Test - Number of questions: 99 questions
  • Simulation Test - Number of questions: 99 questions
  • Simulation Test Duration: 120 minutes
  • Has explanations: No

Question of the day

You receive an XML data file and a separate XML schema file. The XML schema file describes the XML data. You need to load the XML data file into the External Data window. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)

Answer(s)

  1. Transform the XML data file into the classic ActiveX Data Objects (ADO) RowsetSchemaformat.
  2. Verify that the XML data file is well-formed and uses the namespacehttp://schemas.microsoft.com/visio/2006/extension.
  3. In a code module, use the DataRecordsets object Add method in the Office Visio 2007document.
  4. In a code module, use the DataRecordsets object AddFromXML method in the Office Visio2007 document.
Correct Answer

Transform the XML data file into the classic ActiveX Data Objects (ADO) RowsetSchemaformat.

In a code module, use the DataRecordsets object AddFromXML method in the Office Visio2007 document.