Contents

What does ODBC stand for?
a) open database connectivity        
b) open design corner
c) open database corner    
d) open design connectivity

a

What does COM stand for?
a) common object model                                 
b) component object model
c) common oriented model              
d) component oriented model

b

What does ADO stand for?
a) access data object                         
b) active design object
c) active data object                                          
d) access design object

c

How many objects ADO provides to developer?
a) one                                    
b) two
c) three                                 
d) four

c

Explanation: connection object, command object, record set object


Which objects represent an open connection?
a) command object           
b) connection object
c) record set object             
d) all of these

b

Which object defines a specified command you wish to execute data?
a) command object
b) connection object
c) record set object             
d) all of these

a