how to send multiple row to mysql at same time(like bulk copy)?

Posted by Ayyappan.Anbalagan on Stack Overflow See other posts from Stack Overflow or by Ayyappan.Anbalagan
Published on 2010-05-11T09:14:51Z Indexed on 2010/05/11 9:24 UTC
Read the original article Hit count: 169

Filed under:
|
|

I am using asp.net + Mysql.

I have multiple rows in my dataset; I have to store the rows in my database table. How to do that?

© Stack Overflow or respective owner

Related posts about mysql

Related posts about ASP.NET