This topic is locked

insert multiple rows

3/28/2012 1:27:01 PM
ASPRunnerPro General questions
K
kenan_almata author

Hi
I am using asprunner 6.0
with multiple selection, multiple rows must be insterted to multiple rows. but it is not working ? what is the problem ?

-----------------------------------

dimm arr

arr=split(dict("student"),",")

for i=0 to ubound(arr)

strInsert = "insert into toplu (class,student) values ('"& values("class")&"','"&arr(i)&"')"

dbConnection.Execute strInsert

next

Sergey Kornilov admin 3/28/2012

Answered to personal email asking for additional information.