O Otis Mukinfus Apr 5, 2006 #2 How can I read data rows from a datagridview and insert it into the database. Click to expand... Two loops (pseudo code) foreach(row) { foreach(column) { set parameters } do insert } Good luck with your project, Otis Mukinfus http://www.arltex.com http://www.tomchilders.com
How can I read data rows from a datagridview and insert it into the database. Click to expand... Two loops (pseudo code) foreach(row) { foreach(column) { set parameters } do insert } Good luck with your project, Otis Mukinfus http://www.arltex.com http://www.tomchilders.com