iterate the items collections for the listbox1 and clone the items you want into listbox2, or clone the entire collection into listbox2.
Then simply write what you want into your other database using a standard insert or update SQL statement.
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)