Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to perform this Select?
Message
De
28/06/2004 16:44:40
 
 
À
28/06/2004 16:35:19
Luis Navas
Independent Consultant
Auckland, Nouvelle Zélande
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00918156
Message ID:
00918158
Vues:
6
As simple as this?
Select privilegios.nombre_pri,Privilegios.Privilegioid From Privilegios ;
Inner Join Privilegioscon On Privilegios.Privilegioid=Privilegioscon.Privilegioid ;
Inner Join Grupos On Grupos.Gruposid=Privilegioscon.Gruposid ;
Where Privilegioscon.Gruposid <> lnRegistro Into Array loArray2
>Hi to all, I'm making a form that has 2 listboxes, I will make something like the mover class of VFP. In one list I will put the records that math this query:>
Select privilegios.nombre_pri,Privilegios.Privilegioid From Privilegios ;
>Inner Join Privilegioscon On Privilegios.Privilegioid=Privilegioscon.Privilegioid ;
>Inner Join Grupos On Grupos.Gruposid=Privilegioscon.Gruposid ;
>Where Privilegioscon.Gruposid=lnRegistro Into Array loArray2
>Those are privilegies that one user has granted. In the other listbox I wan't to put all the privilegies that the user has not been granted. Please Any idea for making this in a SELECT
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform