Question: 1 0 ) On Module 4 . 4 SQL & Database Security - Part 2 : SQL Injection Demonstration in Microsoft Access I demonstrate
On Module SQL & Database Security Part : 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 tblUsers WHERE user & txtuser & AND password & txtpassword & ;
Based on my explanation of the example from the video, txtuser and txtpassword are:
Group of answer choices
The user's name and password for User
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 tblUsers table.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
