Which constants are used to indicate that a ResultSet is scrollable, insensitive to changes and read only?

a. TYPE_SCROLLABLE_INSENSITIVE, CONCUR_READ_ONLY.
b. TYPE_SCROLLABLEINSENSITIVE, CONCUR_READONLY.
c. TYPE_SCROLL_INSENSITIVE, CONCUR_READ_ONLY.
d. TYPE_SCROLL_INSENSITIVE, CONCUR_READONLY.


d. TYPE_SCROLL_INSENSITIVE, CONCUR_READONLY.

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. Most of the code to create a GUI is written by the programmer. 2. The Form class defines the methods that handle each event within the Form class. 3. Once an event is raised, every method referenced by the delegate is called. 4. Many controls already have predefined delegates corresponding to every event they can generate. 5. Each event is allowed only one event handler method.

Computer Science & Information Technology

A numeric character reference has the following form: & number.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Sponsored links are the way that search sites like Google, Bing, and others earn revenue

Indicate whether the statement is true or false

Computer Science & Information Technology

A make table query acquires data from one or more tables, and then automatically loads the resulting dataset into a new table once you switch to Datasheet view

Indicate whether the statement is true or false

Computer Science & Information Technology