하여 고수님들 ^^;;
아래의 소슬 델루 바꿀려구 하는데.. 어케 해야 하나여 ㅠㅠ 아시는분들은 답글좀 올려 주이소 ㅠㅠ 제발... Plz
For i = 0 To list1.ListCount - 1
If list1.ItemData(i) = 1 Then
sql = "select * from mecha_assy "
sql = sql & "where sr_jp_serial_no = '" & Left(list1.List(i), 10) & "'"
Set ds = chulhadb.CreateDynaset(sql)
Do While Not ds.EOF
ds.Delete
ds.MoveNext
Loop
ds.Close
End If
list1.RemoveItem i
Next i
> 하여 고수님들 ^^;;
> 아래의 소슬 델루 바꿀려구 하는데.. 어케 해야 하나여 ㅠㅠ 아시는분들은 답글좀 올려 주이소 ㅠㅠ 제발... Plz
> For i = 0 To list1.ListCount - 1
> If list1.ItemData(i) = 1 Then
> sql = "select * from mecha_assy "
> sql = sql & "where sr_jp_serial_no = '" & Left(list1.List(i), 10) & "'"
> Set ds = chulhadb.CreateDynaset(sql)
> Do While Not ds.EOF
> ds.Delete
> ds.MoveNext
> Loop
> ds.Close
> End If
> list1.RemoveItem i
> Next i
>