65.9K
CodeProject is changing. Read more.
Home

Multiple SQL INSERT Operations with a Single Command

starIconstarIconstarIconstarIconstarIcon

5.00/5 (4 votes)

Sep 23, 2012

CPOL

4 min read

viewsIcon

20419

Inserting a number of rows in a database isn't difficult, but how do you do it in a single command without concatenating strings?