i have a table called 'studentdetails'. i dont want to insert the record one by one during button click,instead i want to insert some hundred records using looping statement.Any idea??
A:
If you are using .net then using DataSet's AcceptChanges() you can achieve this.
This url shows you an example http://msdn.microsoft.com/en-us/library/system.data.dataset.acceptchanges.aspx
Ravia
2010-01-15 06:55:19
can you please explain me somewat clear.
Ranjana
2010-01-15 07:07:43
thank you for the reply
Ranjana
2010-01-15 07:14:38