190-273  Exam

Exam # of questions Description  Update
190-273 57 190-273 Lotus Script in Notes for Developers... 02/15/2011
[Practice Test]   [Download Study Guide(PDF)]  [Update Exam]

190-273 - Exam Information
  • Description:190-273 Lotus Script in Notes for Developers
  • Passing Score:75%
  • Practice Test - Number of questions:57 questions
  • Simulation Test - Number of questions:57 questions
  • Simulation Test Duration:41 minutes
  • Has explanations:No

Question of the day

In order to work with an ODBC source, a result set must be created. How is this done?

Answer(s)

  1. Use the Execute method on the ODBCResultSet object only.
  2. Use the ODBCQuery object to define the query and connection. Use the ODBCResultSet object, Execute method to generate the ODBC data in memory.
  3. Use the ODBCConnection object, Connectoo method to establish the connection. Use the ODBCQuery object to define the query and connection. Use the ODBCResultSet object, Execute method to generate the ODBC data in memory.
  4. Use the ODBCConnection object, Connection property to establish the connection. Use the ODBCQuery object to define the query and connection. Use the ODBCResultSet object, Execute method to generate the ODBC data in memory.
Correct Answer

Use the ODBCConnection object, Connectoo method to establish the connection. Use the ODBCQuery object to define the query and connection. Use the ODBCResultSet object, Execute method to generate the ODBC data in memory.