Ver Mensaje Individual
  #3  
Antiguo 10-04-2015
identsoft identsoft is offline
Miembro
 
Registrado: abr 2006
Posts: 288
Reputación: 21
identsoft Va por buen camino
Perdon, no se porque aparece dos veces.
Me contesto yo mismo:
Código Delphi [-]
SELECT * FROM RDB$RELATION_FIELDS' +
                               ' WHERE RDB$RELATION_NAME = ' + QuotedStr('LIN_FACT') +
                               ' AND  RDB$FIELD_NAME = ' + QuotedStr('CLV_CONCE');
Responder Con Cita