how to insert data in table with foreign key
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
how to insert data into table with foreign key using the max id of primary key table. using asp.net VS2013, DB-Ms-Access. getting following error when i try to insert data using "select max(id) from table 1"
-
how to insert data into table with foreign key using the max id of primary key table. using asp.net VS2013, DB-Ms-Access. getting following error when i try to insert data using "select max(id) from table 1"