Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Which steps are in the proper order for connecting the web form to the database?

ID: 3643505 • Letter: W

Question

Which steps are in the proper order for connecting the web form to the database?

a. Select the Data Source type
Copy the database file to the app_data folder in the project folder
Select the database name with in the App_Data folder
Configure the SELECT statement for the database query

b. Copy the database file to the app_data folder in the project folder
Select the database name with in the App_Data folder
Select the Data Source type
Configure the SELECT statement for the database query

c. Copy the database file to the app_data folder in the project folder
Select the Data Source type
Select the database name with in the App_Data folder
Configure the SELECT statement for the database query

d. Copy the database file to the app_data folder in the project folder
Select the Data Source type
Configure the SELECT statement for the database query
Select the database name with in the App_Data folder

Explanation / Answer

a. Select the Data Source type Copy the database file to the app_data folder in the project folder Select the database name with in the App_Data folder Configure the SELECT statement for the database query