DBCLEARRELATION
Top  Previous  Next

Sintaxis:DBCLEARRELATION() -> NIL  
 
Devuelve:NIL.  
 
Categorías:Bases de Datos.  
 

   DBCLEARRELATION() borra las relaciones del área de trabajo actual. Es igual que el mandato SET RELATION TO sin especificar ninguna cláusula.


Ejemplo:

   USE Archivo1
   USE Archivo2 INDEX Codigo
   SELECT Archivo1
   DBSETRELATION( "Archivo2", { || CODIGO }, "CODIGO" )
    DBGOTOP()
   DBCLEARRELATION()