Skip to content

Commit e7ef76e

Browse files
authored
Update docs/data-tools/insert-new-records-into-a-database.md
1 parent eb138bd commit e7ef76e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/data-tools/insert-new-records-into-a-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This article describes how to insert records into a database for an application
3030

3131
## Prerequisites
3232

33-
- To work with TableAdapter methods, you need to have an available instance. For more information, See [Configure new TableAdapters in .NET Framework applications](/visualstudio/data-tools/create-and-configure-tableadapters).
33+
- To work with TableAdapter methods, you need to have an available instance. For more information, see [Create and configure TableAdapters in .NET Framework applications](create-and-configure-tableadapters.md).
3434

3535
- **.NET security**: You must have access to the database you're trying to connect to, and permission to perform inserts into the desired table.
3636

0 commit comments

Comments
 (0)