Subject | Insert multiple rows with one Execute ? |
---|---|
Author | kapsee |
Post date | 2005-08-24T18:11:30Z |
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!
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!