I thought I might be able to use a sequence object with each select, but
unfortunately, those only update once per call, not once per row:
select sequence_next('bob'), name from TOOLS..addresses
1, "Archie"
1, "Betty"
1, "Veronica"
select sequence_next('bob'), name from TOOLS..addresses
2, "Arc
Hello again.
My first problem, solved: I don't had installed the openldap-package .
Now, when I click on "test" in the ldap servers, its ok...
But when I try to import I got "protocol error"... I think that "import"
tab uses protocol 2 instead 3 but I don't know how to specify that...
Some idea