**NEED ANSWER NOW.. IM BEHIND ON ASSIGNMENTS**

The following was on your coworker's screen.

// The connection string assumes that the access
// Northwind.mdb is located in the c:\Data folder.
string connectionString =
"Driver={Microsoft Access Driver (*.mdb)};"
+ "Dbq=c:\\Data\\Northwind.mdb;Uid=Admin;Pwd=;";

// Provide the query string with a parameter placeholder.
string queryString =
"SELECT ProductID, UnitPrice, ProductName from products "
+ "WHERE UnitPrice > ? "
+ "ORDER BY UnitPrice DESC;";

He is most likely a _____.

A) database administrator
B) software developer
C) network administrator
D) project manager

Q&A Education