HOW can i code Add Record Button?

liunx

Guest
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.NETYou 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.
 
Back
Top