Question: 1 0 ) On Module 4 . 4 SQL & Database Security - Part 2 : SQL Injection Demonstration in Microsoft Access I demonstrate

10) On Module 4.4"SQL & Database Security - Part 2: SQL Injection Demonstration in Microsoft Access" I demonstrate in Microsoft Access an SQL injection attack example and the basics on how to use prepared statements using a real Access database.
At some point in the video, I used the following code statement:
strSQL = "SELECT * FROM tbl_Users WHERE user='" & txt_user & "' AND password='" & txt_password & "';"
Based on my explanation of the example from the video, txt_user and txt_password are:
Group of answer choices
The user's name and password for User2.
Form's text boxes containing input entered by a user.
The encrypted user's name and password to open the access database file.
The user's name and password fields directly extracted from the tbl_Users table.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Accounting Questions!