Answer Posted / alok saxena
SQl Injection is used by hacker or professional to damage
the data through intellectaul technique. For example, in
this text box , If I write SQL statement in such a way that
effect its database. example " hi, 'delete * from emp;'
This is what We say to inject in Sql by writing DML in
textbox.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is linq and entity framework?
Explain how do you connect to sql server database without using sqlclient?
What is the difference between connected and disconnected environment?
What is difference between datagridview and datagrid control in winforms?
What are the advantage of ado.net?
What are the key features of ado.net?
How would you connect to a database by using .NET?
What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?
Which is faster entity framework or ado.net?
How does entity framework work?
Which method is used by command class to execute SQL statements that return single value?
What are the benefits of using ado.net?
Which method in OLEDBAdapter is used to populate dataset with records?
How to enable and disable connection pooling?
Explain executenonquery?