How
many methods of record set objects?
a) ten
b) fifteen
c) thirteen
d) eleven
Explanation: Add new method, close method, delete method, find method, move method, move first method, move last method, move next method, move previous method, open method, requery method, seek method, update method
Which of the following are properties of command object?
a) active connection property
b) command text property
c) state property
d) all of these
How many collections of command object?
a) one
b) two
c) three
d) four
Explanation: parameters collections, properties collections
How many methods of command object?
a) one
b) two
c) three
d) four
Explanation: cancel method, execute method
Which of the following method cancel the execution of stored procedure?
a) cancel method
b) execute method
c) close method
d) delete method
Which of the following method execute the query of stored procedure?
a) cancel method
b) execute method
c) close method
d) delete method