Home » Blog » Topic » What is SQL Injection?

What is SQL Injection?

Stephen West ~ Modified: August 10th, 2015 ~ ~ 1 Minute Reading

Home Forums What is SQL Injection?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #445 Score: 0
    Stephen West
    Moderator
    4 pts

    I have seen the term “SQL Injection” but still do not understand it. What is it?

    #450 Score: 0
    Andrew Jackson
    Moderator
    1 pt

    SQL Injection occurs when the user of an application is able to affect the meaning of database query. This often occurs when arbitary strings from user input are concatenated to create SQL which is fed to the database

    #530 Score: 0
    Lincoln Burrows
    Moderator
    16 pts

    SQL Injection is a technique used to inject SQL commands into an SQL statement. SQL injection attacker user can read and edit sensitive data from the database and can steal information from a database. SQL injection is used to attack any type of SQL database.

    #1898 Score: 0
    Henry Davidson
    Moderator
    31 pts

    The code injection technique is known as SQL Injection, the SQL Injection technique is used to attack on an application that is compelled by data, in which malicious SQL statements are inserted into an entry field for execution. The SQL injection is most likely known as an attacking vector for the websites but the SQL injection can be used to attack any type of SQL database. To know more about SQL Injection please move on this hoping you will find the exact help as you want.
    https://technet.microsoft.com/en-us/library/ms161953(v=sql.105).aspx

    #1941 Score: 0
    Stephen West
    Moderator
    4 pts

    Thanks Henry for clearing my doubt. So, is there any procedure that i can use to detect SQL Injection?

    #1986 Score: 0
    Lincoln Burrows
    Moderator
    16 pts

    Its not good idea to test for SQL injection.the best way is to use bound parameters in your queries and prevent SQL Injection.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.