The ____ creates a driver object when a driver is loaded into the system and then calls the driver's initialization routine.
A. Driver Manager
B. Driver Routine
C. I/O Manager
D. I/O Routine
Answer: C
Computer Science & Information Technology
You might also like to view...
As long as the types are the same, one array can be copied to another using the assignment operator.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
All of the following are PowerPoint content used to customize slides except _____.
A. diagrams B. databases C. video D. shapes
Computer Science & Information Technology
What is used to configure a connection to an external data source from within SQL Server?
A. linked server object B. TDS packets C. listener D. named pipe
Computer Science & Information Technology
Assume x = 4, which of the following is true?
a. !(x == 4) b. x != 4 c. x == 5 d. x != 5
Computer Science & Information Technology