Insert ADO.Net DataTable into an SQL table
Posted
by strakastroukas
on Stack Overflow
See other posts from Stack Overflow
or by strakastroukas
Published on 2010-03-18T17:50:40Z
Indexed on
2010/03/18
18:01 UTC
Read the original article
Hit count: 173
The current solution i implemented is awful!
I use a for... loop
for inserting records from an ADO.NET data-table into an SQL table.
I would like to insert at once the data-table into the SQL table, without iterating...
Is that possible, or am i asking too much?
© Stack Overflow or respective owner