Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DataTable rows into Database

Status
Not open for further replies.

gi11ies

Programmer
Mar 26, 2002
52
Using a DataTable for a kind of shopping Cart ... Im wondering how it is possible to add the items in each row of the DataTable into new rows in a database.

ie
DataTable items - item_no, item_name, item_quantity

into item table on database - item_no, item_name, item_quantity

Anyone with any suggestions or links to tutorials - it would be great !!!!

 
check out this thread: thread796-822347

I used to rock and roll every night and party every day. Then it was every other day. Now I'm lucky if I can find 30 minutes a week in which to get funky. - Homer Simpson
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top