How can i loop this instruction
sSoftware = "Insert into Software_List ([Name], [Version]) values ('" & objSoftware.Name & "','" & objSoftware.Version & "')"
mConnection.Execute (sSoftware)
Because at the moment it executes only once and it lists only 1 program in my table, i have been told...