SQLConnection SQL Command SQL DataAdapter

  • Thread starter Thread starter Biggie
  • Start date Start date
B

Biggie

I'm using ASP.Net and SQL Server 2000.
1. I would like to use the SQL Server ADO.Net way to insert records to a
database.
2. I'm using a form that uses PAGE.ISPOSTBACK with textboxes to collect the
data and runs a insert record SUB routine
3. I then want to connect to the database use a command and dataadapter.
4. Then take the values of the textbox and insert them into the database.

If you have any ideas or links it would be appreciated.

Thank you
 
Back
Top