Forum: Database Design Jun 7th, 2009 |
| Replies: 1 Views: 999 You can use a for loop to operate on each element of the array. I'm assuming it's a one (meaningful) columned table.
//len is length of array
for (i=0; 0<len; i++){
//create SQL statement
... |