Hi. I have an application that needs to get data from several sites. The databases are set up exactly the same, but contain data for that department alone. The way I handle grouping now is by starting the connection name by a tag: "Group1 site 1" "Group1 site 2" "Group1 site 3"
"Group2 site1" "Group2 site2" This way I do a .startswith() to find out what group it belongs to. There is no problem with this approach, but if this is something more people request, perhaps dabo can add a way of grouping connections? -Simen _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
