To connect a Visual Basic 2017 application to data in a database, use the ____ Wizard.

A. Data Source Connection
B. Database Source Configuration
C. Data Source Configuration
D. Database Source Connection

Answer: C

Computer Science & Information Technology

You might also like to view...

How does a pipe server for a named pipe support communication with multiple clients?

a) All clients and the pipe server connect to the same pipe object and each client specifies its mode (read, write or duplex). b) The server creates a separate instance of the pipe for each client so that each client can communicate only with the server (and not other clients). The server must use the same mode for each instance of the pipe. c) All clients and the pipe server connect to the same pipe object. However, all of the clients must have a mode compatible with that of the pipe server. For example, if the pipe server uses read mode, all clients must use write mode. d) The server creates a separate instance of the pipe for each client so that each client can communicate only with the server (and not other clients). The server can specify different modes for each instance of the pipe.

Computer Science & Information Technology

____ is a "has-a" relationship.

A. Inheritance B. Encapsulation C. Composition D. Polymorphism

Computer Science & Information Technology