You use the ________ property of the OleDbCommand object to specify values for information that is not known in advance.

a) Connection
b) Parameters
c) Field
d) Name

Answer: B

Computer Science & Information Technology

You might also like to view...

The signature of a method consists of ____________.

a. method name b. method name and parameter list c. return type, method name, and parameter list d. parameter list

Computer Science & Information Technology

Call-by-value parameters:

a. Pass the changed value back to the calling module. b. Can be changed in the called module. c. Pass the unchanged (oringinal) value back to the calling module. d. Cannot be changed in the called module. e. b and c. f. c and d. Answer: E

Computer Science & Information Technology