// iterate through the binding templates keys fetching
// each associated BindingTemplate in sequence.
bindingVector = new Vector(rowCount);
for (int i=0; i<rowCount; i++)
bindingVector.addElement(dataStore.fetchBinding((String)keyVector.elementAt(i)));
}
dataStore.commit();
// create a new BindingDetail instance and stuff