Ver Mensaje Individual
  #2  
Antiguo 22-10-2003
Avatar de Osorio
Osorio Osorio is offline
Miembro
 
Registrado: may 2003
Ubicación: Colombia
Posts: 251
Reputación: 22
Osorio Va por buen camino
Yo tengo esto, siendo detalles un IBQuery

Espero te sirve de algo



Detalles.close;
Detalles.SQL.Clear;
Detalles.SQL.Add('SELECT RDB$RELATION_NAME ');
Detalles.SQL.Add('FROM RDB$USER_PRIVILEGES ');
Detalles.SQL.Add('WHERE (RDB$PRIVILEGE = '+QuotedStr('M')+') AND (RDB$USER = :ID) ');
Detalles.ParamByName('ID').Value:= 'ALICIA'
Detalles.Open;



Suerte...
Responder Con Cita