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??
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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