I have a table with a primary key that does not auto increment but is generated from user input. After setting up a web project is it possible to allow the user to insert or update this primary key through the generated web application?
Printable View
I have a table with a primary key that does not auto increment but is generated from user input. After setting up a web project is it possible to allow the user to insert or update this primary key through the generated web application?