Click to See Complete Forum and Search --> : HOW can i code Add Record Button?


NinaWilliam
05-05-2005, 12:16 AM
Hi everyone,

I want to ask.. how can i code the submit button on a webform to add a record to multiple tables in the database??

SQL server/ASP.NET and VB.NET

PeOfEo
05-05-2005, 05:05 PM
You would just use several insert statements in the same block of code. If it is the same database you do not even need to create a second connection.