Click here to Skip to main content
15,886,058 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi, I am generating a Data Table from in my application and i would like to save the whole Data Table into one database table.
DataTable ds = //add the info from the queue in the application The DataTable is getting generated but What to do next .Show me some syntax.I dont really need the select statement there either, i just want to insert all the info from the DataTable into already created db table(update the table). i will be used the ODBC connection to access the MYSQL database
thanks in advance
Posted

1 solution

Look at a basic sample here[^].
 
Share this answer
 
Comments
vrushali katkade 26-May-11 2:46am    
if we want to update the previous data is it replace the data

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900