coping dataset to table(DB)
-
Hi All, I have a dataset with table values in code behind, which I want to save all the rows to the database(sql server); i.e coping dataset to table(DB) Please help me with this, searched but could not get the proper solution.
Ramkumar ("When you build bridges you can keep crossing them. ") http://ramkumarishere.blogspot.com
-
Hi All, I have a dataset with table values in code behind, which I want to save all the rows to the database(sql server); i.e coping dataset to table(DB) Please help me with this, searched but could not get the proper solution.
Ramkumar ("When you build bridges you can keep crossing them. ") http://ramkumarishere.blogspot.com
Ramkumar_S wrote:
Please help me with this, searched but could not get the proper solution
First search result gives an article[^] from CodeProject. Second result goes to StackOverflow[^]. When searching you'll rarely encounter a solution that exactly fills your needs. You search for examples (not solutions) and adapt those.
Bastard Programmer from Hell :suss:
-
Hi All, I have a dataset with table values in code behind, which I want to save all the rows to the database(sql server); i.e coping dataset to table(DB) Please help me with this, searched but could not get the proper solution.
Ramkumar ("When you build bridges you can keep crossing them. ") http://ramkumarishere.blogspot.com
http://msdn.microsoft.com/en-us/library/xzb1zw3x%28v=vs.80%29.aspx[^] Inserting relational data using DataSet and DataAdapter[^] Have a look on this links