insert multiple records with ASP.NET -
11-19-2003
, 04:50 AM
Hi,
I would like to insert multiple records in 1 table with ASP.NET.
I also would like to insert 1 record in 2 different tables with ASP.NET.
How could I get this to work?
I use SQL server 2000, so, I presume there must be a way of doing this with
stored procedures?
Any ideas??
THX |