SQLConnection SQL Command SQL DataAdapter

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top