The ____ entry in the Recordset Type property locks the recordset.

A. Snapshot
B. Dynaset
C. Dataset
D. Lockset


Answer: A

Computer Science & Information Technology

You might also like to view...

Write a snippet of code that determines which of two integer variables, intOne and intTwo, contains a larger number, and print out the larger one. If they are equal, the output should say that.

What will be an ideal response?

Computer Science & Information Technology

Give one example of the image file type that supports lossy compression and one that supports lossless compression.

What will be an ideal response?

Computer Science & Information Technology

Which of the following cannot cause a syntax error to be reported by the Java compiler?

a. Mismatched {} b. Missing */ in a comment that begins with /* c. Missing ; d. An extra blank line.

Computer Science & Information Technology

With C++11 and higher what data type can you use to guarantee that 32 bits will be used to store a signed integer?

What will be an ideal response?

Computer Science & Information Technology