Skip to content

Commit 2bbc12e

Browse files
authored
Update step-3-proof-of-concept-connecting-to-sql-using-pyodbc.md
The link to SQL Injection wasn't to a page about that.
1 parent 5118fc2 commit 2bbc12e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/connect/python/pyodbc/step-3-proof-of-concept-connecting-to-sql-using-pyodbc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ while row:
5454

5555
## Insert a row
5656

57-
In this example, you see how to run an [INSERT](../../../t-sql/statements/insert-transact-sql.md) statement safely, and pass parameters. The parameters protect your application from [SQL injection](../../../relational-databases/tables/primary-and-foreign-key-constraints.md).
57+
In this example, you see how to run an [INSERT](../../../t-sql/statements/insert-transact-sql.md) statement safely, and pass parameters. The parameters protect your application from [SQL injection](../../../relational-databases/security/sql-injection).md).
5858

5959
```python
6060
#Sample insert query

0 commit comments

Comments
 (0)