From 123-CBT Computer Based Training
Visual Basic 6 0 Designing Implementing Distributed Applications - Part 3 

.... Establish a connection with a data source by using the
Connection object. Create an error handler for errors that may be returned while connecting to an external data source. Identify the code that uses a command object to execute a
SQL command. Create a recordset from a Connection object. Identify the combination of cursor type and cursor location best suited in a specific situation.
more...
Visual InterDev 6 0 Accessing Remote Data 

...blish a database connection with a data source by using a
Connection object.
Write the code to retrieve records from a database by using the
Open method of the
Recordset object.
Write the code to retrieve records from a database by using the
Execute method of the
Command object.
Write the code to execute a stored procedure that accepts parameters by using the Execute method of the Command
more...
Visual InterDev 6 0 Accessing Remote Data 

...blish a database connection with a data source by using a
Connection object.
Write the code to retrieve records from a database by using the
Open method of the
Recordset object.
Write the code to retrieve records from a database by using the
Execute method of the
Command object.
Write the code to execute a stored procedure that accepts parameters by using the Execute method of the Command
more...
XML Building XML-Based Web Applications Part 2 

...bjects (
ADO) interface. Identify features of the
Connection object. Identify syntax for populating a recordset. Identify syntax for retrieving records from a recordset. Identify methods used to navigate recordsets. Identify syntax for returning data as
HTML to the client. Identify syntax for returning
XML data to a client. Identify
more...
CIW Dynamic Server Pages Part 3 

...e that uses the appropriate properties and methods of the
Connection object for a specified scenario. Identify the code that uses the appropriate properties and methods of the
RecordSet object for a specified scenario. Identify the code that uses the appropriate properties, collection, and method of the
Command object for a specified scenario. Identify the code that uses
more...
From Teach Me IT
Integrating Databases with ASP 3.0 

...
Identify the properties, methods, and collections of the
Connection object
Link a
Web application to a database using the Connection object
Control connection to the database using the Connection object
List the properties, methods, and collections of the
Command object
Access data using the Command object
Identify the properties of the
Recordset object
Identify the methods and
more...