W
Wayne Wengert
I have a VSNET ASP/VB app in which a user selects options on the page and
then I want to add a record with that data to a table. The table is in an
SQL Server 2000. Nothing is bound to the table. In old ADO I would create a
connection and then do an .AddNew, set the field values from the textboxes
and then do an .Update
How do I accomplish this in .NET?
Wayne
then I want to add a record with that data to a table. The table is in an
SQL Server 2000. Nothing is bound to the table. In old ADO I would create a
connection and then do an .AddNew, set the field values from the textboxes
and then do an .Update
How do I accomplish this in .NET?
Wayne