Can anyone tell me , how to save lots of record into mysql
I have a datatable which is contain lots of record, and then need to save into my sql database?
got any simple code can do like that?
Example Please check here: http://www.roseindia.net/software-tutorials/detail/23231
insert into stu_table values (1, 'iii',12), (2, 'jjj',12), (3, 'kkk',12), (4, 'lll',12), (5, 'mmm',12);
got anyelse soluition???
Hi,
What kind database you have? can you convert it to mysql database?
Best Regards,
Damon