Subject Insert multiple rows with one Execute ?
Author kapsee
Is there a way you can insert multiple rows with a single execute
call ? I know you can use the same prepared statement, set different
bind values and execute everytime but this is going to take N
roundtrips to the server to insert N rows. Is there a better way ?

Thanks!