Creating a new form link to SQL server
Hello.
I am trying to create a new form include the two columns, one is key column and the other is value. The tform will have an add button to add the new row.
After that, I want to link the form to the SQL server.
Can anybody help me to do this work ? Thanks.
Re: Creating a new form link to SQL server
Firstly ASP has pages and not forms...
You will have to provide more information, and what you've already done, so that we can get a clearer picture of what your trying to do...
Re: Creating a new form link to SQL server
for example I have a table with two columns
personid and value.
the user can input whatever number they want and then use the "Add" button to add this table to the database.