Question Save listview items to a database

jonahmunyua

New member
Joined
Mar 23, 2011
Messages
3
Programming Experience
Beginner
I have a Listview with 5 columns. It display data taken from textbox. I want to save all these data to a database. I am using VB 2010 Express with Access database. I have tried the various codes in this forum but seem not be able to work it out. What code should i use?
Also i have found many suggesting that a datagridview is a better option, how would i update the DGV with data from the textbox control, as this POS application and calculations are done for eventual printing of a receipt and saving the data to the db.
Thanks
 
Back
Top