Re: [Virtuoso-users] Virtuoso comparing different samples in same SQL table: Race Comparison Model

2018-02-09 Thread Cameron Knowlton
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

Re: [Virtuoso-users] LDAP authentication or import.

2018-02-09 Thread Fernando Carpani
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